Package io.github.cdklabs.projen
Class SnapshotOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.SnapshotOptions.Jsii$Proxy
-
- All Implemented Interfaces:
SnapshotOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SnapshotOptions
@Stability(Experimental) @Internal public static final class SnapshotOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SnapshotOptions
An implementation forSnapshotOptions
-
-
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.SnapshotOptions
SnapshotOptions.Builder, SnapshotOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SnapshotOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSnapshotOptions.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)BooleangetParseJson()(experimental) Parse .json files as a JS object for improved inspection.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(SnapshotOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSnapshotOptions.Builder.
-
-
Method Detail
-
getParseJson
public final Boolean getParseJson()
Description copied from interface:SnapshotOptions(experimental) Parse .json files as a JS object for improved inspection. This will fail if the contents are invalid JSON.Default: true parse .json files into an object
- Specified by:
getParseJsonin interfaceSnapshotOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-