|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringTransmuter
This interface is used to simplify converting (transmuting) a String value into a given type. Should automatically determine the correct ValueConverter to use.
Method Summary | ||
---|---|---|
|
transmute(java.lang.String value,
java.lang.Class<T> toType)
|
Method Detail |
---|
<T> T transmute(java.lang.String value, java.lang.Class<T> toType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |