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 TypeMethodDescriptionboolean
int
hashCode()
toString()
protected void
writeValue
(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:
writeValue
in classJsonNode
- Throws:
IOException
-
getIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-