|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TO
- the type to which to convert to.FROM
- the type from which to convert.public interface ValueConvertor<FROM,TO>
Interface for a value convertor component.
Method Summary | |
---|---|
TO |
convert(FROM value)
Convert the given object to the convertor data type. |
Method Detail |
---|
TO convert(FROM value) throws ValueConvertorException
value
- the object to convert.
ValueConvertorException
- in case the conversion failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |