Package org.cdk8s
Class LazyResolver
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.LazyResolver
-
- All Implemented Interfaces:
IResolver
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)", date="2023-10-25T12:18:39.060Z") @Stability(Stable) public class LazyResolver extends software.amazon.jsii.JsiiObject implements IResolver
Resolvers instanecs ofLazy
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.IResolver
IResolver.Jsii$Default, IResolver.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description LazyResolver()
protected
LazyResolver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
LazyResolver(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resolve(ResolutionContext context)
This function is invoked on every property during cdk8s synthesis.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
resolve
@Stability(Stable) public void resolve(@NotNull ResolutionContext context)
This function is invoked on every property during cdk8s synthesis.To replace a value, implementations must invoke
context.replaceValue
.
-
-