| Interface | Description |
|---|---|
| Mapper<T> |
A
Mapper maps between Strings and objects. |
| Class | Description |
|---|---|
| CompositeMapper<T> |
A
CompositeMapper allows you to modify the input and output of a
arbitrary Mapper. |
| EmptyStringToNullMapper |
An
EmptyStringToNullMapper maps between Strings. |
| EnumMapper<E extends Enum<E>> |
An
EnumMapper maps between enums to text and vice versa by using their names. |
Copyright © 2012-2013. All Rights Reserved.