public class IntegerFromStringConverter extends Object implements IConverter<String,Integer>
| Constructor and Description |
|---|
IntegerFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
convert(String source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public Integer convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,Integer>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,Integer>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,Integer>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.