Class ReactTypeDefOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

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

      • getCommitted

        public final Boolean getCommitted()
        Deprecated.
        Description copied from interface: FileBaseOptions
        (experimental) Indicates whether this file should be committed to git or ignored.

        By default, all generated files are committed and anti-tamper is used to protect against manual modifications.

        Default: true

        Specified by:
        getCommitted in interface FileBaseOptions
      • getExecutable

        public final Boolean getExecutable()
        Deprecated.
        Description copied from interface: FileBaseOptions
        (experimental) Whether the generated file should be marked as executable.

        Default: false

        Specified by:
        getExecutable in interface FileBaseOptions
      • getMarker

        public final Boolean getMarker()
        Deprecated.
        Description copied from interface: FileBaseOptions
        (experimental) Adds the projen marker to the file.

        Default: - marker will be included as long as the project is not ejected

        Specified by:
        getMarker in interface FileBaseOptions
      • getReadonly

        public final Boolean getReadonly()
        Deprecated.
        Description copied from interface: FileBaseOptions
        (experimental) Whether the generated file should be readonly.

        Default: true

        Specified by:
        getReadonly in interface FileBaseOptions
      • $jsii$toJson

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

        public final boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

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