Uses of Class
org.codehaus.jackson.node.POJONode
-
Packages that use POJONode Package Description org.codehaus.jackson.node Contains concreteJsonNodeimplementations 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 POJONodeContainerNode. POJONode(java.lang.Object pojo)POJONodeJsonNodeFactory. 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.
-