public class FloatConverter extends java.lang.Object implements ValueConverter<java.lang.Float>
| Constructor and Description |
|---|
FloatConverter() |
public boolean accept(java.lang.Class<java.lang.Float> valueClass)
ValueConverteraccept in interface ValueConverter<java.lang.Float>valueClass - the type of the target valuepublic java.lang.Float convert(java.lang.Object value)
ValueConverterconvert in interface ValueConverter<java.lang.Float>value - the to be converted value