Package io.github.cdklabs.projen
Class ResolveOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.ResolveOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ResolveOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResolveOptions
@Stability(Experimental) @Internal public static final class ResolveOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResolveOptions
An implementation forResolveOptions
-
-
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.ResolveOptions
ResolveOptions.Builder, ResolveOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResolveOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theResolveOptions.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)List<Object>getArgs()(experimental) Context arguments.BooleangetOmitEmpty()(experimental) Omits empty arrays and objects.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(ResolveOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theResolveOptions.Builder.
-
-
Method Detail
-
getArgs
public final List<Object> getArgs()
Description copied from interface:ResolveOptions(experimental) Context arguments.Default: []
- Specified by:
getArgsin interfaceResolveOptions
-
getOmitEmpty
public final Boolean getOmitEmpty()
Description copied from interface:ResolveOptions(experimental) Omits empty arrays and objects.Default: false
- Specified by:
getOmitEmptyin interfaceResolveOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-