|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerNode | |
|---|---|
| com.fasterxml.jackson.databind.node | Contains concrete JsonNode implementations
Jackson uses for the Tree model. |
| Uses of ContainerNode in com.fasterxml.jackson.databind.node |
|---|
| Classes in com.fasterxml.jackson.databind.node with type parameters of type ContainerNode | |
|---|---|
class |
ContainerNode<T extends ContainerNode<T>>
This intermediate base class is used for all container nodes, specifically, array and object nodes. |
| Subclasses of ContainerNode in com.fasterxml.jackson.databind.node | |
|---|---|
class |
ArrayNode
Node class that represents Arrays mapped from Json content. |
class |
ObjectNode
Node that maps to JSON Object structures in JSON content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||