| Interface | Description |
|---|---|
| JsonHandler<Result> |
A
JsonHandler handles the events that are generated by a
JsonPushParser and calculates a result. |
| JsonPullParser |
A
JsonPullParser is an event based JSON parser. |
| JsonPushParser |
A
JsonPullParser is an event based JSON parser. |
| JsonSource |
A
JsonSource represents access to a sequence of characters to be used
used by a JsonPullParser. |
| Class | Description |
|---|---|
| CharacterArrayJsonSource | |
| JsonSourcePullParser | |
| JsonSourcePushParser |
A
JsonSourcePushParser is a stream based JSON parser. |
| ReaderJsonSource |
A
StringJsonSource is a JsonSource that is backed by a given
Reader and buffers a small portion of the read characters in a
char[]. |
| StringJsonSource |
| Enum | Description |
|---|---|
| JsonParserMode |
A
JsonParserMode is a configuration flag that modifies the execution
of a JsonSourcePullParser or a JsonSourcePushParser. |
| JsonState |
A
JsonState describes the current state of a JsonPullParser
and determines which methods may be called successfully next. |
| JsonSyntaxError |
A
JsonSyntaxError describes the kinds of syntax error a
JsonPullParser or a JsonPushParser may encounter. |
| Exception | Description |
|---|---|
| JsonSyntaxException |
A
JsonSyntaxException indicates that a JsonPullParser or a
JsonPushParser encountered a JSON syntax error while parsing a JSON
document. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.