Package io.github.cdklabs.projen
Class SourceCodeOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.SourceCodeOptions.Jsii$Proxy
-
- All Implemented Interfaces:
SourceCodeOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SourceCodeOptions
@Stability(Experimental) @Internal public static final class SourceCodeOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceCodeOptions
An implementation forSourceCodeOptions
-
-
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.SourceCodeOptions
SourceCodeOptions.Builder, SourceCodeOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SourceCodeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSourceCodeOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetIndent()(experimental) Indentation size.BooleangetReadonly()(experimental) Whether the generated file should be readonly.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(SourceCodeOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSourceCodeOptions.Builder.
-
-
Method Detail
-
getIndent
public final Number getIndent()
Description copied from interface:SourceCodeOptions(experimental) Indentation size.Default: 2
- Specified by:
getIndentin interfaceSourceCodeOptions
-
getReadonly
public final Boolean getReadonly()
Description copied from interface:SourceCodeOptions(experimental) Whether the generated file should be readonly.Default: true
- Specified by:
getReadonlyin interfaceSourceCodeOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-