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