Interface Converter
-
public interface ConverterTranslates 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 booleancanConvert(Class type)ObjectfromString(String str)Parses a given String and returnStringtoString(Object obj)
-