Uses of Class
org.codehaus.jackson.node.POJONode
-
Packages that use POJONode Package Description org.codehaus.jackson.node Contains concreteJsonNode
implementations Jackson uses for the Tree model. -
-
Uses of POJONode in org.codehaus.jackson.node
Methods in org.codehaus.jackson.node that return POJONode Modifier and Type Method Description POJONode
ContainerNode. POJONode(java.lang.Object pojo)
POJONode
JsonNodeFactory. POJONode(java.lang.Object pojo)
Factory method for constructing a wrapper for POJO ("Plain Old Java Object") objects; these will get serialized using data binding, usually as JSON Objects, but in some cases as JSON Strings or other node types.
-