Class CompoundCoercion<S,I,T>
-
- 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 implements Coercion<S,T>
Combines two coercions to create a coercion through an intermediate type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
coerce(S input)
Converts an input value.toString()
-