Interface | Description |
---|---|
TypeToSchemaConverter | |
ValueConverter |
A value converter converts an LSPS object to a
JsonNode and . |
ValueConverterProvider |
This type visitor provides value converters for supported types.
|
Class | Description |
---|---|
ExternalRecordData | |
GenericConversionValueConverterProvider |
A value converter provider for the generic conversion.
|
JsonGenericParser |
A generic parser which constructs a generic data structure out of the json
string.
|
JsonParser |
A parser for a JSON string which produces LSPS objects.
|
JsonSchemaWriter |
A writer of the JSON string which writes LSPS objects to JSON format.
|
JsonWriter |
A writer of the JSON string which writes LSPS objects to JSON format.
|
MapStringObjectValueConverter |
This converter handles conversion between
Map<String, Object> and
a JSON node representing a map. |
ObjectValueConverter |
A converter for object type to a JSON node.
|
RecordValueConverterProvider |
A value converter provider which should be used to obtain converters when
a complex conversion is necessary including
Map<Object, Object> and
record types. |
Exception | Description |
---|---|
JsonProcessingException |
This exception indicates an error occured during serialization/deserialization
of LSPS objects into a JSON representation.
|
JsonProcessingUnsupportedTypeException |
Indicates that JSON processing failed because unsupported
Type was
detected. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.