Class OptionalConverterChain<I,O>

java.lang.Object
dev.enola.common.convert.OptionalConverterChain<I,O>
All Implemented Interfaces:
Converter<I,Optional<O>>, OptionalConverter<I,O>

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