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 protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$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()booleanequals(Object o)IConstructgetSource()Source the dependency.IConstructgetTarget()Target of the dependency.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(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:DependencySource the dependency.- Specified by:
getSourcein interfaceDependency
-
getTarget
public final IConstruct getTarget()
Description copied from interface:DependencyTarget of the dependency.- Specified by:
getTargetin interfaceDependency
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-