Class Inherit.Jsii$Proxy

  • All Implemented Interfaces:
    Inherit, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    Inherit

    @Stability(Experimental)
    @Internal
    public static final class Inherit.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Inherit
    An implementation for Inherit
    • 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​(Inherit.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Inherit.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
      • Jsii$Proxy

        protected Jsii$Proxy​(Inherit.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Inherit.Builder.
    • Method Detail

      • getDefaultValue

        public final Object getDefaultValue()
        Description copied from interface: Inherit
        (experimental) Whether to inherit all globally-defined defaults or not.

        Or subset of inherited defaults

        Specified by:
        getDefaultValue in interface Inherit
      • getVariables

        public final Object getVariables()
        Description copied from interface: Inherit
        (experimental) Whether to inherit all globally-defined variables or not.

        Or subset of inherited variables

        Specified by:
        getVariables in interface Inherit
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object