See: Description
Interface | Description |
---|---|
JsonCodec<T> |
A generic Json codec interface for a given POJO class.
|
JsonFactory |
A JSON Factory interface.
|
PojoFactory |
A marker interface for a factory or service that can produce POJOs that
support JSON codecs.
|
Class | Description |
---|---|
AbstractJsonCodec<T> |
An abstract JsonCodec.
|
AbstractJsonFactory |
An abstract JsonFactory.
|
JSON |
A utility for encoding and decoding POJOs to and from their corresponding
JSON representations.
|
JsonValidator |
A JSON validator utility class.
|
Exception | Description |
---|---|
JsonCodecException |
Json codec exception.
|
JsonValidationException |
A runtime exception to denote something went wrong with JSON validation.
|
Copyright © 2015. All Rights Reserved.