|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.bind.DefaultStringTransmuter
public class DefaultStringTransmuter
This implementation uses the ValueConverterFinder and its resulting
ValueConverter to transform a String value into the specified type.
| Constructor Summary | |
|---|---|
DefaultStringTransmuter(ValueConverterFinder valueConverterFinder)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
transmute(java.lang.String value,
java.lang.reflect.Type toType)
Convert (transmute) the string value into the Type requested |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStringTransmuter(ValueConverterFinder valueConverterFinder)
| Method Detail |
|---|
public java.lang.Object transmute(java.lang.String value,
java.lang.reflect.Type toType)
StringTransmuter
transmute in interface StringTransmutervalue - the String valuetoType - the Object Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||