Uses of Class
com.fasterxml.jackson.databind.node.NullNode
-
Packages that use NullNode Package Description com.fasterxml.jackson.databind.node Contains concreteJsonNodeimplementations Jackson uses for the Tree model. -
-
Uses of NullNode in com.fasterxml.jackson.databind.node
Fields in com.fasterxml.jackson.databind.node declared as NullNode Modifier and Type Field Description static NullNodeNullNode. instanceMethods in com.fasterxml.jackson.databind.node that return NullNode Modifier and Type Method Description static NullNodeNullNode. getInstance()NullNodeContainerNode. nullNode()NullNodeJsonNodeFactory. nullNode()Factory method for getting an instance of JSON null node (which represents literal null value)
-