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 SummaryConstructorsConstructorDescriptionObjectIdNode(String identifier) ObjectIdNode(String name, String identifier) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()toString()protected voidwriteValue(JsonGenerator writer) Methods inherited from class cz.cvut.kbss.jsonld.serialization.model.JsonNodegetName, isValueNode, write, writeKey
- 
Constructor Details- 
ObjectIdNode
- 
ObjectIdNode
 
- 
- 
Method Details- 
writeValue- Specified by:
- writeValuein class- JsonNode
- Throws:
- IOException
 
- 
getIdentifier
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-