| Class | Description |
|---|---|
| InputStreamConverter<T> |
The base class for Converters that receive raw data over a
InputStream |
| JdbcConverter<T> |
A Converter implementation that translates a
ResultSet into
objects of type T. |
| JdbcDataSourceUtil |
Utility class for helping creating select statements
|
| JsonConverter<T> |
An implementation of
Converter that converts JSON
data into Java Objects of type T. |
| XmlConverter<T> |
A Converter implementation that converts a
InputStream into one or more instances of a java class
with type T. |