Class MetadataEntry.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class MetadataEntry.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements MetadataEntry
    An implementation for MetadataEntry
    • 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.
    • Method Detail

      • getTrace

        public final List<String> getTrace()
        Description copied from interface: MetadataEntry
        Stack trace.

        Can be omitted by setting the context key ConstructMetadata.DISABLE_STACK_TRACE_IN_METADATA to 1.

        Default: - no trace information

        Specified by:
        getTrace in interface MetadataEntry
      • $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