|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.CompoundCoercion<S,I,T>
S - The source (input) typeI - The intermediate typeT - The target (output) typepublic class CompoundCoercion<S,I,T>
Combines two coercions to create a coercsion through an intermediate type.
| Constructor Summary | |
|---|---|
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2)
|
|
| Method Summary | |
|---|---|
T |
coerce(S input)
Converts an input value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2)
| Method Detail |
|---|
public T coerce(S input)
Coercion
coerce in interface Coercion<S,T>input - the input valuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||