|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - the source type (input)T - the target type (output)public interface Coercion<S,T>
Responsible for converting from one type to another. This is used primarily around component parameters.
| Method Summary | |
|---|---|
T |
coerce(S input)
Converts an input value. |
| Method Detail |
|---|
T coerce(S input)
input - the input value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||