- java.lang.Object
-
- org.fissore.jrecordbind.converters.LongConverter
-
- All Implemented Interfaces:
Converter
public class LongConverter extends Object implements Converter
-
-
Constructor Summary
Constructors Constructor Description LongConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String value)
Converts a String into an object, e.g.String
toString(Object value)
Converts an object into string, e.g.
-
-
-
Constructor Detail
-
LongConverter
public LongConverter()
-
-
Method Detail
-
convert
public Object convert(String value)
Description copied from interface:Converter
Converts a String into an object, e.g. String 19790518 to Date May 18th, 1979
-
-