Package io.github.cdklabs.projen
Class IResolver.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.IResolver.Jsii$Proxy
-
- All Implemented Interfaces:
IResolver,IResolver.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IResolver
@Internal public static final class IResolver.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolver.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.IResolver
IResolver.Jsii$Default, IResolver.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectresolve(Object value)(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.Objectresolve(Object value, ResolveOptions options)(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.-
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(Experimental) @NotNull public final Object resolve(@NotNull Object value, @Nullable ResolveOptions options)
(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.- Specified by:
resolvein interfaceIResolver- Specified by:
resolvein interfaceIResolver.Jsii$Default- Parameters:
value- The value to resolve. This parameter is required.options-
-
-