T - the supported type.public class CompositeMapper<T> extends Object implements Mapper<T>
CompositeMapper allows you to modify the input and output of a
arbitrary Mapper. A second Mapper is used for mapping the
input and output.| Constructor and Description |
|---|
CompositeMapper(Mapper<T> objectMapper,
Mapper<String> stringMapper) |
public T getValueForText(String text)
getValueForText in interface Mapper<T>public String getTextForValue(T value)
getTextForValue in interface Mapper<T>Copyright © 2012-2013. All Rights Reserved.