public class CompoundCoercion implements Coercion<S, T>(Code)
Combines two coercions to create a coercsion through an intermediate type.
< Parameters: S - >The source (input) type< Parameters: I - >The intermediate type< Parameters: T - >The target (output) type