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 TypeClassDescriptionclassRepresents a field value that should be serialized as a JSON boolean literal value.classNumericLiteralNode<T extends Number>Represents a field value that should be serialized as a JSON numeric literal value.classRepresents a field value that should be serialized as a JSON string literal value.