@Internal public static final class IResolver.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolver.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIResolver.Jsii$Default, IResolver.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolve(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.
|
Object |
resolve(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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final Object resolve(@NotNull Object value, @Nullable ResolveOptions options)
resolve in interface IResolverresolve in interface IResolver.Jsii$Defaultvalue - The value to resolve. This parameter is required.options - Copyright © 2021. All rights reserved.