@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T13:21:01.316Z") @Stability(value=Experimental) public abstract class LazyBase extends software.amazon.jsii.JsiiObject implements IResolvable
software.amazon.jsii.JsiiObject.InitializationMode
IResolvable.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
LazyBase() |
protected |
LazyBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LazyBase(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
void |
addPostProcessor(IPostProcessor postProcessor) |
List<String> |
getCreationStack()
(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
Object |
resolve(IResolveContext context)
(experimental) Produce the Token's value at resolution time.
|
protected abstract Object |
resolveLazy(IResolveContext context) |
Object |
toJSON()
(experimental) Turn this Token into JSON.
|
String |
toString()
(experimental) Return a string representation of this resolvable object.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected LazyBase(software.amazon.jsii.JsiiObjectRef objRef)
protected LazyBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected LazyBase()
@Stability(value=Experimental) public void addPostProcessor(@NotNull IPostProcessor postProcessor)
postProcessor
- This parameter is required.@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext context)
resolve
in interface IResolvable
context
- This parameter is required.@Stability(value=Experimental) @NotNull protected abstract Object resolveLazy(@NotNull IResolveContext context)
context
- This parameter is required.@Stability(value=Experimental) @NotNull public Object toJSON()
Called automatically when JSON.stringify() is called on a Token.
@Stability(value=Experimental) @NotNull public String toString()
Returns a reversible string representation.
toString
in interface IResolvable
toString
in class Object
@Stability(value=Experimental) @NotNull public List<String> getCreationStack()
If this returns an empty array the stack will not be attached.
getCreationStack
in interface IResolvable
Copyright © 2022. All rights reserved.