public class CompositeConverter<T> extends java.lang.Object implements Converter<T>
Converter.Result<T>
CompositeConverter(java.util.Collection<Converter<T>> converters)
convert(java.lang.Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompositeConverter(java.util.Collection<Converter<T>> converters)
public Converter.Result<T> convert(java.lang.Object value)
convert
Converter<T>