| Class | Description |
|---|---|
| BaseBeanPropertyTransformer<V,K> | |
| BeanPropertyLookupTransformer<V,K> | |
| BeanPropertyTransformer<V,K> | |
| CastTransformer<From,To> |
This
ETransformer will cast from the type given in the constructor to the desired type. |
| CollectionTransformer<In,Out> |
CollectionTransformer enables succinct transformation of collections
of objects utilising the ETransformer pattern. |
| EnumFromStringTransformer<From extends Enum<From>> | |
| EnumToStringTransformer<EnumType extends Enum<EnumType>> | |
| KeyBeanPropertyLookupTransformer<V,K> | |
| MappingTransformer<K,V> | |
| ObjectToStringTransformer<T> |
Converts an object to a string using
Object.toString() |
Copyright © 2013 Atomic Leopard. All Rights Reserved.