Interface IMixin.Jsii$Default
- All Superinterfaces:
IMixin,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMixin.Jsii$Proxy
- Enclosing interface:
IMixin
Internal default implementation for
IMixin.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.core.IMixin
IMixin.Jsii$Default, IMixin.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault software.constructs.IConstructapplyTo(software.constructs.IConstruct construct) (experimental) Applies the mixin functionality to the target construct.default Booleansupports(software.constructs.IConstruct construct) (experimental) Determines whether this mixin can be applied to the given construct.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
applyTo
@Stability(Experimental) @NotNull default software.constructs.IConstruct applyTo(@NotNull software.constructs.IConstruct construct) (experimental) Applies the mixin functionality to the target construct. -
supports
@Stability(Experimental) @NotNull default Boolean supports(@NotNull software.constructs.IConstruct construct) (experimental) Determines whether this mixin can be applied to the given construct.
-