Interface IMixin.Jsii$Default

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

@Internal public static interface IMixin.Jsii$Default extends 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 Type
    Method
    Description
    default software.constructs.IConstruct
    applyTo(software.constructs.IConstruct construct)
    (experimental) Applies the mixin functionality to the target construct.
    default Boolean
    supports(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.

      Specified by:
      applyTo in interface IMixin
      Parameters:
      construct - This parameter is required.
    • supports

      @Stability(Experimental) @NotNull default 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
      Parameters:
      construct - This parameter is required.