Package io.github.cdklabs.projen.gitlab
Class Inherit.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Inherit.Jsii$Proxy
-
-
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.gitlab.Inherit
Inherit.Builder, Inherit.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Inherit.Builder builder)Constructor that initializes the object based on literal property values passed by theInherit.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)ObjectgetDefaultValue()(experimental) Whether to inherit all globally-defined defaults or not.ObjectgetVariables()(experimental) Whether to inherit all globally-defined variables or not.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(Inherit.Builder builder)
Constructor that initializes the object based on literal property values passed by theInherit.Builder.
-
-
Method Detail
-
getDefaultValue
public final Object getDefaultValue()
Description copied from interface:Inherit(experimental) Whether to inherit all globally-defined defaults or not.Or subset of inherited defaults
- Specified by:
getDefaultValuein interfaceInherit
-
getVariables
public final Object getVariables()
Description copied from interface:Inherit(experimental) Whether to inherit all globally-defined variables or not.Or subset of inherited variables
- Specified by:
getVariablesin interfaceInherit
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-