| CharsInput |
Scanner over an input that consist of characters.
|
| JsonArray |
Representation of JSON array.
|
| JsonContext |
JSON context used during serialization for building the JSON string.
|
| JsonObject |
Representation of JSON object.
|
| JsonParser |
Simple, developer-friendly JSON parser.
|
| JsonParserBase |
Just a base class of JsonParser that contains
various utilities, to reduce the size of a parser.
|
| JsonSerializer |
JSON serializer.
|
| JsonValueContext |
Context of current serialized value.
|
| JsonWriter |
Simple JSON writer.
|
| MapToBean |
Map to bean converter.
|
| Path |
Path to a property from JSON root.
|
| PathQuery |
Path query is used to match properties with some Path.
|
| PrettyJsonSerializer |
|
| TypeJsonParser |
Parser of JSON default types.
|
| TypeJsonParserMap |
|
| TypeJsonSerializer |
Type JSON Serializer defines how a type is serialized into JSON string.
|
| TypeJsonSerializerMap |
|
| TypeJsonVisitor |
Type's property visitor that follows JSON include/excludes rules.
|
| ValueConverter |
|