conversion
Interface Converter<F,T>

All Known Implementing Classes:
InverseConverter, NamerConverter, ToStringConverter

public interface Converter<F,T>

A Converter converts values from type F to type T.


Method Summary
 T convertTo(F fromVal)
           
 

Method Detail

convertTo

T convertTo(F fromVal)
Parameters:
fromVal -
Returns: