Package io.github.cdklabs.projen.java
Class ParentPom.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.java.ParentPom.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.java.ParentPom
ParentPom.Builder, ParentPom.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ParentPom.Builder builder)Constructor that initializes the object based on literal property values passed by theParentPom.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)StringgetArtifactId()(experimental) Parent Pom Artifact ID.StringgetGroupId()(experimental) Parent Pom Group ID.StringgetRelativePath()(experimental) Parent Pom Relative path from the current pom.StringgetVersion()(experimental) Parent Pom Version.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(ParentPom.Builder builder)
Constructor that initializes the object based on literal property values passed by theParentPom.Builder.
-
-
Method Detail
-
getArtifactId
public final String getArtifactId()
Description copied from interface:ParentPom(experimental) Parent Pom Artifact ID.- Specified by:
getArtifactIdin interfaceParentPom
-
getGroupId
public final String getGroupId()
Description copied from interface:ParentPom(experimental) Parent Pom Group ID.- Specified by:
getGroupIdin interfaceParentPom
-
getRelativePath
public final String getRelativePath()
Description copied from interface:ParentPom(experimental) Parent Pom Relative path from the current pom.- Specified by:
getRelativePathin interfaceParentPom
-
getVersion
public final String getVersion()
Description copied from interface:ParentPom(experimental) Parent Pom Version.- Specified by:
getVersionin interfaceParentPom
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-