Class IMixin.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.core.IMixin.Jsii$Proxy
- All Implemented Interfaces:
IMixin,IMixin.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IMixin
@Internal
public static final class IMixin.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMixin.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.core.IMixin
IMixin.Jsii$Default, IMixin.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal software.constructs.IConstructapplyTo(software.constructs.IConstruct construct) (experimental) Applies the mixin functionality to the target construct.final Booleansupports(software.constructs.IConstruct construct) (experimental) Determines whether this mixin can be applied to the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
applyTo
@Stability(Experimental) @NotNull public final software.constructs.IConstruct applyTo(@NotNull software.constructs.IConstruct construct) (experimental) Applies the mixin functionality to the target construct.- Specified by:
applyToin interfaceIMixin- Specified by:
applyToin interfaceIMixin.Jsii$Default- Parameters:
construct- This parameter is required.
-
supports
@Stability(Experimental) @NotNull public final Boolean supports(@NotNull software.constructs.IConstruct construct) (experimental) Determines whether this mixin can be applied to the given construct.- Specified by:
supportsin interfaceIMixin- Specified by:
supportsin interfaceIMixin.Jsii$Default- Parameters:
construct- This parameter is required.
-