org.codehaus.waffle.bind
Interface StringTransmuter

All Known Implementing Classes:
DefaultStringTransmuter

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

Method Detail

transmute

<T> T transmute(java.lang.String value,
                java.lang.Class<T> toType)


Copyright © 2008. All Rights Reserved.