Package io.github.cdklabs.projen
Class ProjenrcOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.ProjenrcOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ProjenrcJsonOptions,ProjenrcOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ProjenrcOptions
@Stability(Deprecated) @Deprecated @Internal public static final class ProjenrcOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjenrcOptions
Deprecated.An implementation forProjenrcOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.ProjenrcOptions
ProjenrcOptions.Builder, ProjenrcOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ProjenrcOptions.Builder builder)Deprecated.Constructor that initializes the object based on literal property values passed by theProjenrcOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()Deprecated.booleanequals(Object o)Deprecated.StringgetFilename()Deprecated.(experimental) The name of the projenrc file.inthashCode()Deprecated.
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(ProjenrcOptions.Builder builder)
Deprecated.Constructor that initializes the object based on literal property values passed by theProjenrcOptions.Builder.
-
-
Method Detail
-
getFilename
public final String getFilename()
Deprecated.Description copied from interface:ProjenrcJsonOptions(experimental) The name of the projenrc file.Default: ".projenrc.json"
- Specified by:
getFilenamein interfaceProjenrcJsonOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-