| 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)
Deprecated.
Since 2.3 Use
JsonNodeFactory.pojoNode(java.lang.Object) instead. |
POJONode |
ContainerNode.POJONode(Object pojo)
Deprecated.
Since 2.3 Use
ContainerNode.pojoNode(java.lang.Object) instead. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
POJONode._pojoEquals(POJONode other) |
Copyright © 2014 FasterXML. All Rights Reserved.