程序包 | 说明 |
---|---|
org.codehaus.jackson.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
限定符和类型 | 类和说明 |
---|---|
class |
ArrayNode
Node class that represents Arrays mapped from Json content.
|
class |
ObjectNode
Node that maps to JSON Object structures in JSON content.
|
限定符和类型 | 方法和说明 |
---|---|
abstract ContainerNode |
ContainerNode.removeAll()
Method for removing all children container has (if any)
|