|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringConverter
Permits to convert a string to an object of a specified type.
| Method Summary | ||
|---|---|---|
|
convert(String text,
Class<T> type)
Convert a string to a value of type T. |
|
| Method Detail |
|---|
<T> T convert(String text,
Class<T> type)
T - the type of the value.text - text representation of the value.type - type of the value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||