Interface IListProducer.Jsii$Default

All Superinterfaces:
IListProducer, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IListProducer.Jsii$Proxy
Enclosing interface:
IListProducer

@Internal public static interface IListProducer.Jsii$Default extends IListProducer
Internal default implementation for IListProducer.
  • Method Details

    • produce

      @Stability(Stable) @Nullable default List<String> produce(@NotNull IResolveContext context)
      Produce the list value.

      Specified by:
      produce in interface IListProducer
      Parameters:
      context - This parameter is required.