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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.core.IMixin

    IMixin.Jsii$Default, IMixin.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final software.constructs.IConstruct
    applyTo(software.constructs.IConstruct construct)
    (experimental) Applies the mixin functionality to the target construct.
    final Boolean
    supports(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, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      applyTo in interface IMixin
      Specified by:
      applyTo in interface IMixin.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:
      supports in interface IMixin
      Specified by:
      supports in interface IMixin.Jsii$Default
      Parameters:
      construct - This parameter is required.