Package org.cdk8s
Interface IAnyProducer.Jsii$Default
-
- All Superinterfaces:
IAnyProducer
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAnyProducer.Jsii$Proxy
- Enclosing interface:
- IAnyProducer
@Internal public static interface IAnyProducer.Jsii$Default extends IAnyProducer
Internal default implementation forIAnyProducer
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cdk8s.IAnyProducer
IAnyProducer.Jsii$Default, IAnyProducer.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Object
produce()
-
-
-
Method Detail
-
produce
@Stability(Stable) @NotNull default Object produce()
- Specified by:
produce
in interfaceIAnyProducer
-
-