Interface Converter
-
public interface Converter
Translates the String representation of a class into an instance of the class and vice versa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canConvert(Class type)
Object
fromString(String str)
Parses a given String and returnString
toString(Object obj)
-