| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ConverterMethod Summary | |
boolean |
|
Object |
|
String |
|
public boolean canConvert(Class type)
public Object fromString(String str)
Parses a given String and return
- Parameters:
str- String representation of the class
- Returns:
- an instance of the class
public String toString(Object obj)