|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentRole public interface ConverterManager
Simple API to do universal conversion between two types.
To add support for another target type, implements a new Converter component
| Method Summary | ||
|---|---|---|
|
convert(Type targetType,
Object sourceValue)
Convert provided value into the provided target type. |
|
| Method Detail |
|---|
<T> T convert(Type targetType,
Object sourceValue)
T - the type in which the provided value has to be convertedtargetType - the type in which the provided value has to be convertedsourceValue - the value to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||