@Internal public static final class IResolveContext.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolveContext.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIResolveContext.Jsii$Default, IResolveContext.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPreparing()
(experimental) True when we are still preparing, false if we're rendering the final output.
|
software.constructs.IConstruct |
getScope()
(experimental) The scope from which resolution has been initiated.
|
void |
registerPostProcessor(IPostProcessor postProcessor)
(experimental) Use this postprocessor after the entire token structure has been resolved.
|
Object |
resolve(Object x)
(experimental) Resolve an inner object.
|
Object |
resolve(Object x,
ResolveChangeContextOptions options)
(experimental) Resolve an inner object.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final Boolean getPreparing()
getPreparing in interface IResolveContextgetPreparing in interface IResolveContext.Jsii$Default@Stability(value=Experimental) @NotNull public final software.constructs.IConstruct getScope()
getScope in interface IResolveContextgetScope in interface IResolveContext.Jsii$Default@Stability(value=Experimental)
public final void registerPostProcessor(@NotNull
IPostProcessor postProcessor)
registerPostProcessor in interface IResolveContextregisterPostProcessor in interface IResolveContext.Jsii$DefaultpostProcessor - This parameter is required.@Stability(value=Experimental) @NotNull public final Object resolve(@NotNull Object x, @Nullable ResolveChangeContextOptions options)
resolve in interface IResolveContextresolve in interface IResolveContext.Jsii$Defaultx - This parameter is required.options - @Stability(value=Experimental) @NotNull public final Object resolve(@NotNull Object x)
resolve in interface IResolveContextx - This parameter is required.Copyright © 2021. All rights reserved.