| Interface | Description |
|---|---|
| TypeJsonSerializer<T> |
Type JSON Serializer defines how a type is serialized into JSON string.
|
| ValueConverter<S,T> |
Value converter for
JsonParser. |
| Class | Description |
|---|---|
| BeanSerializer |
Bean visitor that serializes properties of a bean.
|
| JoddJson |
Jodd JSON module.
|
| JoddJsonDefaults | |
| 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.
|
| LazyMap |
This maps only builds once you ask for a key for the first time.
|
| MapToBean |
Map to bean converter.
|
| Path |
Path to a property from JSON root.
|
| PathQuery |
Path query is used to match properties with some Path.
|
| TypeJsonSerializerMap |
Map of
json type serializers. |
| TypeJsonVisitor |
Type's property visitor that follows JSON include/excludes rules.
|
| Exception | Description |
|---|---|
| JsonException |
JSON exception.
|
Copyright © 2003-present Jodd Team