- java.lang.Object
-
- org.fissore.jrecordbind.converters.VoidConverter
-
- All Implemented Interfaces:
Converter
public class VoidConverter extends Object implements Converter
-
-
Constructor Summary
Constructors Constructor Description VoidConverter()
-
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
-
VoidConverter
public VoidConverter()
-
-
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
-
-