| Interface | Description |
|---|---|
| Extractor |
Interface for extractor serializing an object to a JSON representation.
|
| ValueFaultHandler |
Interface in order to deal with value exceptions
|
| Class | Description |
|---|---|
| ArrayExtractor |
Extractor for extracting arrays of any kind.
|
| BeanExtractor |
Extractor for plain Java objects.
|
| CollectionExtractor |
Extractor used for arbitrary collections.
|
| CompositeDataExtractor |
Extractor for
CompositeData |
| DateExtractor |
Extractor for sophisticated date handling which support virtual
path handling (i.e for converting to epoch time or an ISO-8601 format)
|
| EnumExtractor |
Extractor for extracting enums.
|
| JsonConvertOptions |
Options object influencing the serializing of JSON objects.
|
| JsonConvertOptions.Builder |
Builder for constructing a convert options objects
|
| ListExtractor |
Extract a
List |
| MapExtractor |
Extractor for Maps (which turns
Map into JSONObject) |
| ObjectToJsonConverter |
A converter which converts attribute and return values
into a JSON representation.
|
| TabularDataExtractor |
| Exception | Description |
|---|---|
| ValueFaultHandler.AttributeFilteredException |
Exception used to indicate that an attribute should be skipped
|
Copyright © 2017. All rights reserved.