Package software.amazon.awscdk
Interface IPropertyInjector.Jsii$Default
- All Superinterfaces:
IPropertyInjector,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPropertyInjector.Jsii$Proxy
- Enclosing interface:
IPropertyInjector
Internal default implementation for
IPropertyInjector.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IPropertyInjector
IPropertyInjector.Jsii$Default, IPropertyInjector.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe unique Id of the Construct class.default Objectinject(Object originalProps, InjectionContext context) The injector to be applied to the constructor properties of the Construct.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConstructUniqueId
The unique Id of the Construct class.- Specified by:
getConstructUniqueIdin interfaceIPropertyInjector
-
inject
@Stability(Stable) @NotNull default Object inject(@NotNull Object originalProps, @NotNull InjectionContext context) The injector to be applied to the constructor properties of the Construct.- Specified by:
injectin interfaceIPropertyInjector- Parameters:
originalProps- This parameter is required.context- This parameter is required.
-