Package software.amazon.jsii
Class JsiiObjectRef
java.lang.Object
software.amazon.jsii.JsiiObjectRef
Represents a remote jsii object reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic JsiiObjectRefCreates an object ref from an object ID.getFqn()getObjId()inthashCode()static JsiiObjectRefparse(com.fasterxml.jackson.databind.JsonNode objRef) Creates an object reference.com.fasterxml.jackson.databind.JsonNodetoJson()toString()
-
Method Details
-
parse
Creates an object reference.- Parameters:
objRef- The object reference.- Returns:
- A
JsiiObjectRefobject.
-
fromObjId
Creates an object ref from an object ID.- Parameters:
objId- Object ID.- Returns:
- The new object ref.
-
getFqn
- Returns:
- The jsii FQN (fully qualified name) of the object's type.
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()- Returns:
- The JSON node for this objref.
-
getObjId
- Returns:
- The object ID.
-
getInterfaces
- Returns:
- the lsit of interfaces implemented by the object
-
toString
-
equals
-
hashCode
public int hashCode()
-