Class InitProject.Jsii$Proxy

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

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

      • getComments

        public final InitProjectOptionHints getComments()
        Description copied from interface: InitProject
        (experimental) Include commented out options.

        Does not apply to projenrc.json files.

        Default: InitProjectOptionHints.FEATURED

        Specified by:
        getComments in interface InitProject
      • getFqn

        public final String getFqn()
        Description copied from interface: InitProject
        (experimental) The JSII FQN of the project type.
        Specified by:
        getFqn in interface InitProject
      • $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