|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringConverter
Permits to convert a string to an object of a specified type.
XML.unserialize(java.io.Reader, fr.umlv.tatoo.runtime.ast.XMLNodeFactory, StringConverter)
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |