Package | Description |
---|---|
org.codehaus.jackson.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayNode
Node class that represents Arrays mapped from Json content.
|
class |
ObjectNode
Node that maps to JSON Object structures in JSON content.
|
Modifier and Type | Method and Description |
---|---|
abstract ContainerNode |
ContainerNode.removeAll()
Method for removing all children container has (if any)
|