Class CompoundCoercion<S,I,T>
- java.lang.Object
 - 
- org.apache.tapestry5.commons.internal.services.CompoundCoercion<S,I,T>
 
 
- 
- Type Parameters:
 S- The source (input) typeI- The intermediate typeT- 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.