| Interface | Description |
|---|---|
| Converter |
A converter for POJO-style java objects.
|
| Class | Description |
|---|---|
| GetterSetterConverter |
This converter will search for all
getter-methods in the src object and try to find a matching setter in the
desired {code destType} object. |
| PropertyConverter |
This converter will search for all properties of the object to be converted, and try to find a property with the
same name and of the same type, in the
destClass object. |