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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.IResolveContext
IResolveContext.Jsii$Default, IResolveContext.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPath in the JSON document that is being constructed.final BooleanTrue when we are still preparing, false if we're rendering the final output.final software.constructs.IConstructgetScope()The scope from which resolution has been initiated.final voidregisterPostProcessor(IPostProcessor postProcessor) Use this postprocessor after the entire token structure has been resolved.final ObjectResolve an inner object.final Objectresolve(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, 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
-
getDocumentPath
Path in the JSON document that is being constructed.- Specified by:
getDocumentPathin interfaceIResolveContext- Specified by:
getDocumentPathin interfaceIResolveContext.Jsii$Default
-
getPreparing
True when we are still preparing, false if we're rendering the final output.- Specified by:
getPreparingin interfaceIResolveContext- Specified by:
getPreparingin interfaceIResolveContext.Jsii$Default
-
getScope
@Stability(Stable) @NotNull public final software.constructs.IConstruct getScope()The scope from which resolution has been initiated.- Specified by:
getScopein interfaceIResolveContext- Specified by:
getScopein interfaceIResolveContext.Jsii$Default
-
registerPostProcessor
Use this postprocessor after the entire token structure has been resolved.- Specified by:
registerPostProcessorin interfaceIResolveContext- Specified by:
registerPostProcessorin 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:
resolvein interfaceIResolveContext- Specified by:
resolvein interfaceIResolveContext.Jsii$Default- Parameters:
x- This parameter is required.options-
-
resolve
Resolve an inner object.- Specified by:
resolvein interfaceIResolveContext- Parameters:
x- This parameter is required.
-