|
Interface Summary |
| ElementBidirectionalConverter<FROM,TO> |
ElementConverter which additonally specify a ElementBidirectionalConverter.convertBackwards(Object) method, so that a two way conversion is
possible |
| ElementBidirectionalConverterSerializable<FROM,TO> |
ElementBidirectionalConverter which additionally extends the Serializable interface |
| ElementConverter<FROM,TO> |
The provides a ElementConverter.convert(Object) method to transform one element instance into another. |
| ElementConverterElementToMapEntry<E,K,V> |
A transformer from a List element type to a Map.Entry type |
| ElementConverterOneToMany<FROM,TO> |
The provides the transformation method to transform one generic Collection instance into one or multiple elements of
other type. |
| ElementConverterSerializable<FROM,TO> |
ElementConverter which additionally implements the Serializable interface |
| ElementConverterTypeAware<FROM,TO> |
Extension of ElementConverter which allows to retrieve the source and target types using
ElementConverterTypeAware.getSourceAndTargetType(). |
| ElementConverterTypeAwareSerializable<FROM,TO> |
ElementConverterTypeAware which additionally extends the Serializable inteface |