Class OrElseConverter<S,​T>

  • Type Parameters:
    S - The source/input type.
    T - The target/result type.
    All Implemented Interfaces:
    Converter<S,​T>, Function<S,​T>

    public class OrElseConverter<S,​T>
    extends Object
    implements Converter<S,​T>
    Converter that returns the result of the first successful converter.
    Author:
    Damien Carbonne