|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConverter<S,T>
The interface for a converter object.
| Method Summary | |
|---|---|
T |
convert(S source)
Convert the actual source object. |
Class<?> |
getSourceType()
The source type the converter supports. |
Class<?> |
getTargetType()
The target type the converter supports. |
| Method Detail |
|---|
T convert(S source)
throws ConversionException
source -
ConversionExceptionClass<?> getSourceType()
Class<?> getTargetType()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||