Uses of Class
org.codehaus.jackson.node.POJONode
Packages that use POJONode
-
Uses of POJONode in org.codehaus.jackson.node
Methods in org.codehaus.jackson.node that return POJONodeModifier and TypeMethodDescriptionfinal POJONode
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.