|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| JsonNodeBuilder<T extends JsonNode> | Classes that implement JsonNodeBuilder provide methods for specifying details of a JsonNode and then constructing it. |
| Class Summary | |
|---|---|
| JdomParser | Parses a JSON character stream into a JsonRootNode object. |
| JsonArrayNodeBuilder | Builder for JsonRootNodes representing JSON arrays. |
| JsonField | A field in a JSON object. |
| JsonNode | A node (leaf or otherwise) in a JSON document. |
| JsonNodeBuilders | Builders for JsonNodes. |
| JsonNodeFactories | Factories for JsonNodes. |
| JsonNodeSelector<T,U> | Instances of JsonNodeSelector extract values from Objects of a specified type. |
| JsonNodeSelectors | Factories for JsonNodeSelectors. |
| JsonObjectNodeBuilder | Builder for JsonRootNodes representing JSON objects. |
| JsonRootNode | Marker for JsonNodes that can be the root of a document. |
| JsonStringNode | JsonNode that explicitly represents a JSON String. |
| Enum Summary | |
|---|---|
| JsonNodeType | Types of JsonNode. |
| Exception Summary | |
|---|---|
| JsonNodeDoesNotMatchJsonNodeSelectorException | |
Provides classes for parsing JSON character streams into JsonRootNode objects, in other words, a DOM style parser.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||