Class ConverterIntoChain<I,O>

java.lang.Object
dev.enola.common.convert.ConverterIntoChain<I,O>
Type Parameters:
I - the type of input objects to convert from
O - the type of output objects to convert into
All Implemented Interfaces:
ConverterInto<I,O>
Direct Known Subclasses:
ResourceConverterChain

public class ConverterIntoChain<I,O> extends Object implements ConverterInto<I,O>
A "chain" of ConverterIntos. It attempts the conversion in order until one is successful.