| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
| Modifier and Type | Method and Description |
|---|---|
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-2013 FasterXML. All Rights Reserved.