| Interface | Description |
|---|---|
| EntityToJson<T> |
A Transformer that knows how to convert a particular type of entity to JSON and can optionally provide the
JsonConfig for it. |
| Class | Description |
|---|---|
| AbstractReader<T> | Deprecated |
| AbstractWriter<T> |
Abstract Writer for services
|
| DefaultEntityToJsonTransformer<T> |
For generic onjects that we want to marshal to JSON
For generic O
|
| EntityJSONCollectionWriter<T> |
A JSON writer; for the WebServices that return a
Collection of Entities As JSON Array
If the Collection is expected to have multiple entities then look @ #entityToJsonProvider and EntityJSONCollectionWriter.entityJsonTransformersMap. |
| EntityJSONWriter<T> |
A JSON writer; for the WebServices that return an Entity As JSON
|
| ExceptionHandler<T extends Throwable> |
If
ExceptionHandler.details is true or MetaDataException then response body is also sent. |
| GenericObjectListWriter |
A JSON writer; for the WebServices that return
ResultRows |
| GenericObjectWriter |
A JSON writer; for the WebServices that return
ResultRows |
| JSONConfigBasedReader<T> |
Use a
Transformer to read the message body String and convert it into an Obeject |
| ObjectListWriter |
A JSON writer; for the WebServices that return
ResultRows |
| ObjectToJson |
A
JSONTransformer thats an EntityToJson |
| PageWriter |
A JSON reader; for the WebServices that sends a
PageInfo |
| QueryReader |
A JSON reader; for the WebServices that sends a
Query |
| ResponseWriter |
A JSON writer; for the WebServices that sends a
Response |
| ResultRowListWriter |
A JSON writer; for the WebServices that return
ResultRows |
| TransformerReader<T> |
Use a
Transformer to read the message body String and convert it into an Obeject |
| TransformerWriter<T> |
A Writer that uses a Transformer.
|
Copyright © 2018. All rights reserved.