|
||||||||||
| 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 | ||
|---|---|---|
|
transmute(java.lang.String value,
java.lang.Class<T> 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 <T> T transmute(java.lang.String value,
java.lang.Class<T> 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 | |||||||||