@Stability(value=Experimental) @Internal public static final class Dependency.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Dependency
Dependencysoftware.amazon.jsii.JsiiObject.InitializationModeDependency.Builder, Dependency.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Dependency.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Dependency.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,Object> |
getMetadata()
(experimental) Additional JSON metadata associated with the dependency (package manager specific).
|
String |
getName()
(experimental) The package manager name of the dependency (e.g.
|
DependencyType |
getType()
(experimental) Which type of dependency this is (runtime, build-time, etc).
|
String |
getVersion()
(experimental) Semantic version version requirement.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Dependency.Builder builder)
Dependency.Builder.public final DependencyType getType()
DependencygetType in interface Dependencypublic final Map<String,Object> getMetadata()
DependencyDefault: {}
getMetadata in interface Dependencypublic final String getName()
DependencyCoordinatesNOTE: For package managers that use complex coordinates (like Maven), we will codify it into a string somehow.
getName in interface DependencyCoordinatespublic final String getVersion()
DependencyCoordinatesDefault: - requirement is managed by the package manager (e.g. npm/yarn).
getVersion in interface DependencyCoordinates@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.