Uses of Class
cz.cvut.kbss.jsonld.serialization.model.LiteralNode
Packages that use LiteralNode
-
Uses of LiteralNode in cz.cvut.kbss.jsonld.serialization
Methods in cz.cvut.kbss.jsonld.serialization that return LiteralNodeModifier and TypeMethodDescriptionstatic LiteralNode<?>
JsonNodeFactory.createLiteralNode
(Object value) static LiteralNode<?>
JsonNodeFactory.createLiteralNode
(String name, Object value) -
Uses of LiteralNode in cz.cvut.kbss.jsonld.serialization.model
Subclasses of LiteralNode in cz.cvut.kbss.jsonld.serialization.modelModifier and TypeClassDescriptionclass
Represents a field value that should be serialized as a JSON boolean literal value.class
NumericLiteralNode<T extends Number>
Represents a field value that should be serialized as a JSON numeric literal value.class
Represents a field value that should be serialized as a JSON string literal value.