S - The source (input) typeI - The intermediate typeT - The target (output) typepublic class CompoundCoercion<S,I,T> extends java.lang.Object implements Coercion<S,T>
| Constructor and Description |
|---|
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2) |
| Modifier and Type | Method and Description |
|---|---|
T |
coerce(S input)
Converts an input value.
|
java.lang.String |
toString() |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.