Uses of Class
com.fasterxml.jackson.databind.node.POJONode

Packages that use POJONode
com.fasterxml.jackson.databind.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
 

Uses of POJONode in com.fasterxml.jackson.databind.node
 

Methods in com.fasterxml.jackson.databind.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)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.