Package software.amazon.awscdk
Class IPropertyInjector.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.IPropertyInjector.Jsii$Proxy
- All Implemented Interfaces:
IPropertyInjector,IPropertyInjector.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IPropertyInjector
@Internal
public static final class IPropertyInjector.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IPropertyInjector.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.IPropertyInjector
IPropertyInjector.Jsii$Default, IPropertyInjector.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe unique Id of the Construct class.final Objectinject(Object originalProps, InjectionContext context) The injector to be applied to the constructor properties of the 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
-
getConstructUniqueId
The unique Id of the Construct class.- Specified by:
getConstructUniqueIdin interfaceIPropertyInjector- Specified by:
getConstructUniqueIdin interfaceIPropertyInjector.Jsii$Default
-
inject
@Stability(Stable) @NotNull public final Object inject(@NotNull Object originalProps, @NotNull InjectionContext context) The injector to be applied to the constructor properties of the Construct.- Specified by:
injectin interfaceIPropertyInjector- Specified by:
injectin interfaceIPropertyInjector.Jsii$Default- Parameters:
originalProps- This parameter is required.context- This parameter is required.
-