Class 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
    • 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:
        resolve in interface IResolver
        Specified by:
        resolve in interface IResolver.Jsii$Default
        Parameters:
        value - The value to resolve. This parameter is required.
        options -
      • resolve

        @Stability(Experimental)
        @NotNull
        public final Object resolve​(@NotNull
                                    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.

        Specified by:
        resolve in interface IResolver
        Parameters:
        value - The value to resolve. This parameter is required.