Uses of Class
org.codehaus.jackson.node.POJONode

Packages that use POJONode
org.codehaus.jackson.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
 

Uses of POJONode in org.codehaus.jackson.node
 

Methods in org.codehaus.jackson.node that return POJONode
 POJONode JsonNodeFactory.POJONode(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.
 POJONode ContainerNode.POJONode(Object pojo)