public static final class IResolveContext.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolveContext
software.amazon.jsii.JsiiObject.InitializationModeIResolveContext.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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public Boolean getPreparing()
getPreparing in interface IResolveContext@Stability(value=Stable) public IConstruct getScope()
getScope in interface IResolveContext@Stability(value=Stable) public void registerPostProcessor(IPostProcessor postProcessor)
registerPostProcessor in interface IResolveContextpostProcessor - This parameter is required.@Stability(value=Stable) public Object resolve(Object x)
resolve in interface IResolveContextx - This parameter is required.Copyright © 2019. All rights reserved.