Package io.github.cdklabs.projen.web
Class ReactTypeDefOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.web.ReactTypeDefOptions.Jsii$Proxy
-
- All Implemented Interfaces:
FileBaseOptions,ReactTypeDefOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ReactTypeDefOptions
@Stability(Deprecated) @Deprecated @Internal public static final class ReactTypeDefOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReactTypeDefOptions
Deprecated.An implementation forReactTypeDefOptions
-
-
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.web.ReactTypeDefOptions
ReactTypeDefOptions.Builder, ReactTypeDefOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ReactTypeDefOptions.Builder builder)Deprecated.Constructor that initializes the object based on literal property values passed by theReactTypeDefOptions.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.BooleangetCommitted()Deprecated.(experimental) Indicates whether this file should be committed to git or ignored.BooleangetEditGitignore()Deprecated.(experimental) Update the project's .gitignore file.BooleangetExecutable()Deprecated.(experimental) Whether the generated file should be marked as executable.BooleangetMarker()Deprecated.(experimental) Adds the projen marker to the file.BooleangetReadonly()Deprecated.(experimental) Whether the generated file should be readonly.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(ReactTypeDefOptions.Builder builder)
Deprecated.Constructor that initializes the object based on literal property values passed by theReactTypeDefOptions.Builder.
-
-
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:
getCommittedin interfaceFileBaseOptions
-
getEditGitignore
public final Boolean getEditGitignore()
Deprecated.Description copied from interface:FileBaseOptions(experimental) Update the project's .gitignore file.Default: true
- Specified by:
getEditGitignorein interfaceFileBaseOptions
-
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:
getExecutablein interfaceFileBaseOptions
-
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:
getMarkerin interfaceFileBaseOptions
-
getReadonly
public final Boolean getReadonly()
Deprecated.Description copied from interface:FileBaseOptions(experimental) Whether the generated file should be readonly.Default: true
- Specified by:
getReadonlyin interfaceFileBaseOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-