|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |