Class ProjenrcTsOptions.Jsii$Proxy

    • 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

      • getProjenCodeDir

        public final String getProjenCodeDir()
        Description copied from interface: ProjenrcTsOptions
        (experimental) A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.

        Default: "projenrc"

        Specified by:
        getProjenCodeDir in interface ProjenrcTsOptions
      • getTsconfigFileName

        public final String getTsconfigFileName()
        Description copied from interface: ProjenrcTsOptions
        (experimental) The name of the tsconfig file that will be used by ts-node when compiling projen source files.

        Default: "tsconfig.projen.json"

        Specified by:
        getTsconfigFileName in interface ProjenrcTsOptions
      • $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