Package software.amazon.awscdk
Class IResolveContext.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.IResolveContext.Jsii$Proxy
- All Implemented Interfaces:
IResolveContext
,IResolveContext.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IResolveContext
@Internal
public static final class IResolveContext.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IResolveContext.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.IResolveContext
IResolveContext.Jsii$Default, IResolveContext.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPath in the JSON document that is being constructed.final Boolean
True when we are still preparing, false if we're rendering the final output.final software.constructs.IConstruct
getScope()
The scope from which resolution has been initiated.final void
registerPostProcessor
(IPostProcessor postProcessor) Use this postprocessor after the entire token structure has been resolved.final Object
Resolve an inner object.final Object
resolve
(Object x, ResolveChangeContextOptions options) Resolve an inner object.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
-
getDocumentPath
Path in the JSON document that is being constructed.- Specified by:
getDocumentPath
in interfaceIResolveContext
- Specified by:
getDocumentPath
in interfaceIResolveContext.Jsii$Default
-
getPreparing
True when we are still preparing, false if we're rendering the final output.- Specified by:
getPreparing
in interfaceIResolveContext
- Specified by:
getPreparing
in interfaceIResolveContext.Jsii$Default
-
getScope
@Stability(Stable) @NotNull public final software.constructs.IConstruct getScope()The scope from which resolution has been initiated.- Specified by:
getScope
in interfaceIResolveContext
- Specified by:
getScope
in interfaceIResolveContext.Jsii$Default
-
registerPostProcessor
Use this postprocessor after the entire token structure has been resolved.- Specified by:
registerPostProcessor
in interfaceIResolveContext
- Specified by:
registerPostProcessor
in interfaceIResolveContext.Jsii$Default
- Parameters:
postProcessor
- This parameter is required.
-
resolve
@Stability(Stable) @NotNull public final Object resolve(@NotNull Object x, @Nullable ResolveChangeContextOptions options) Resolve an inner object.- Specified by:
resolve
in interfaceIResolveContext
- Specified by:
resolve
in interfaceIResolveContext.Jsii$Default
- Parameters:
x
- This parameter is required.options
-
-
resolve
Resolve an inner object.- Specified by:
resolve
in interfaceIResolveContext
- Parameters:
x
- This parameter is required.
-