@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-13T07:45:56.035Z") @Stability(value=Experimental) public interface IResolveContext extends software.amazon.jsii.JsiiSerializable
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 |
---|---|
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.
|
default Boolean |
getSuppressBraces()
(experimental) True when ${} should be ommitted (because already inside them), false otherwise.
|
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.
|
default void |
setSuppressBraces(Boolean value)
(experimental) True when ${} should be ommitted (because already inside them), false otherwise.
|
@Stability(value=Experimental) @NotNull Boolean getPreparing()
@Stability(value=Experimental) @NotNull software.constructs.IConstruct getScope()
@Stability(value=Experimental) @Nullable default Boolean getSuppressBraces()
@Optional default void setSuppressBraces(@Nullable Boolean value)
@Stability(value=Experimental) void registerPostProcessor(@NotNull IPostProcessor postProcessor)
postProcessor
- This parameter is required.Copyright © 2022. All rights reserved.