public static final class IResolveContext.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolveContext.Jsii$Default
IResolveContext.Jsii$Default, IResolveContext.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getDocumentPath()
Path in the JSON document that is being constructed.
|
java.lang.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.
|
java.lang.Object |
resolve(java.lang.Object x)
Resolve an inner object.
|
java.lang.Object |
resolve(java.lang.Object x,
ResolveChangeContextOptions options)
Resolve an inner object.
|
public final java.util.List<java.lang.String> getDocumentPath()
getDocumentPath
in interface IResolveContext
getDocumentPath
in interface IResolveContext.Jsii$Default
public final java.lang.Boolean getPreparing()
getPreparing
in interface IResolveContext
getPreparing
in interface IResolveContext.Jsii$Default
public final IConstruct getScope()
getScope
in interface IResolveContext
getScope
in interface IResolveContext.Jsii$Default
public final void registerPostProcessor(IPostProcessor postProcessor)
registerPostProcessor
in interface IResolveContext
registerPostProcessor
in interface IResolveContext.Jsii$Default
postProcessor
- This parameter is required.public final java.lang.Object resolve(java.lang.Object x, ResolveChangeContextOptions options)
resolve
in interface IResolveContext
resolve
in interface IResolveContext.Jsii$Default
x
- This parameter is required.options
- public final java.lang.Object resolve(java.lang.Object x)
resolve
in interface IResolveContext
x
- This parameter is required.