@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:45.179Z")
public interface IResolveContext
Modifier and Type | Interface and Description |
---|---|
static interface |
IResolveContext.Jsii$Default
Internal default implementation for
IResolveContext . |
static class |
IResolveContext.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
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.
|
java.util.List<java.lang.String> getDocumentPath()
java.lang.Boolean getPreparing()
IConstruct getScope()
void registerPostProcessor(IPostProcessor postProcessor)
postProcessor
- This parameter is required.java.lang.Object resolve(java.lang.Object x, ResolveChangeContextOptions options)
x
- This parameter is required.options
- java.lang.Object resolve(java.lang.Object x)
x
- This parameter is required.