Class ObjectIdNode
java.lang.Object
cz.cvut.kbss.jsonld.serialization.model.JsonNode
cz.cvut.kbss.jsonld.serialization.model.ObjectIdNode
Represents a field value that should be serialized as an identifier of the referenced object.
-
Constructor Summary
ConstructorsConstructorDescriptionObjectIdNode(String identifier) ObjectIdNode(String name, String identifier) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()protected voidwriteValue(JsonGenerator writer) Methods inherited from class cz.cvut.kbss.jsonld.serialization.model.JsonNode
getName, isValueNode, write, writeKey
-
Constructor Details
-
ObjectIdNode
-
ObjectIdNode
-
-
Method Details
-
writeValue
- Specified by:
writeValuein classJsonNode- Throws:
IOException
-
getIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-