public class LongFromStringConverter extends Object implements IConverter<String,Long>
| Constructor and Description |
|---|
LongFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
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 Long convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,Long>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,Long>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,Long>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.