|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Converter
Translates the String representation of a class into an instance of the class and vice versa
Method Summary | |
---|---|
boolean |
canConvert(Class type)
|
Object |
fromString(String str)
Parses a given String and return |
String |
toString(Object obj)
|
Method Detail |
---|
boolean canConvert(Class type)
Object fromString(String str)
str
- String representation of the class
String toString(Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |