java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.core.Mixins
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:33.230Z") @Stability(Experimental) public class Mixins extends software.amazon.jsii.JsiiObject
(experimental) Main entry point for applying mixins.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.core.*;
 Mixins mixins = new Mixins();
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    Mixins(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    Mixins(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    of(software.constructs.IConstruct scope)
    (experimental) Creates a MixinApplicator for the given scope.
    of(software.constructs.IConstruct scope, IConstructSelector selector)
    (experimental) Creates a MixinApplicator for the given scope.

    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

    • Mixins

      protected Mixins(software.amazon.jsii.JsiiObjectRef objRef)
    • Mixins

      protected Mixins(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • Mixins

      @Stability(Experimental) public Mixins()
  • Method Details

    • of

      @Stability(Experimental) @NotNull public static MixinApplicator of(@NotNull software.constructs.IConstruct scope, @Nullable IConstructSelector selector)
      (experimental) Creates a MixinApplicator for the given scope.

      Parameters:
      scope - This parameter is required.
      selector -
    • of

      @Stability(Experimental) @NotNull public static MixinApplicator of(@NotNull software.constructs.IConstruct scope)
      (experimental) Creates a MixinApplicator for the given scope.

      Parameters:
      scope - This parameter is required.