|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Data converter between source and destination
types.
| Method Summary | |
Object |
convert(Object data)
Converts data from source type into destination type. |
Class |
getDestinationType()
Returns the destination data type. |
Class |
getSourceType()
Returns the source data type. |
Object |
reverseConvert(Object data)
Converts data from destination type into source type. |
| Method Detail |
public Object convert(Object data)
throws ConversionException
data - Source typed data.
ConversionException - when convertion fails.
public Object reverseConvert(Object data)
throws ConversionException
data - Destination typed data.
ConversionException - when convertion fails.public Class getSourceType()
public Class getDestinationType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||