Package software.constructs
Class Dependency.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Dependency.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,Dependency
- Enclosing interface:
- Dependency
@Stability(Stable) @Internal public static final class Dependency.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Dependency
An implementation forDependency
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.Dependency
Dependency.Builder, Dependency.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.protected
Jsii$Proxy(Dependency.Builder builder)
Constructor that initializes the object based on literal property values passed by theDependency.Builder
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
IConstruct
getSource()
Source the dependency.IConstruct
getTarget()
Target of the dependency.int
hashCode()
-
-
-
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(Dependency.Builder builder)
Constructor that initializes the object based on literal property values passed by theDependency.Builder
.
-
-
Method Detail
-
getSource
public final IConstruct getSource()
Description copied from interface:Dependency
Source the dependency.- Specified by:
getSource
in interfaceDependency
-
getTarget
public final IConstruct getTarget()
Description copied from interface:Dependency
Target of the dependency.- Specified by:
getTarget
in interfaceDependency
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-