Class CompoundCoercion<S,I,T>

  • Type Parameters:
    S - The source (input) type
    I - The intermediate type
    T - The target (output) type
    All Implemented Interfaces:
    Coercion<S,T>

    public class CompoundCoercion<S,I,T>
    extends Object
    implements Coercion<S,T>
    Combines two coercions to create a coercion through an intermediate type.