public interface IConverter<S,T>
| Modifier and Type | Method and Description |
|---|---|
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.
|
T convert(S source) throws ConversionException
source - ConversionExceptionClass<?> getSourceType()
Class<?> getTargetType()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.