|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface StringConverter.Converter<T>
| Method Summary | |
|---|---|
T |
convert(String s)
Convert the passed in String to an object of type T. |
| Method Detail |
|---|
T convert(String s)
s - the String to convert, guaranteed to be non-null
RuntimeException - whatever Exception might occur (e.g. NumberFormatException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||