public class FloatTypeHandler extends NumberTypeHandler
localeFORMAT_SETTINGNIL| Constructor and Description |
|---|
FloatTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Float |
createNumber(BigDecimal bg)
Parses a Number from a BigDecimal.
|
protected Float |
createNumber(String text)
Parses a Number from text.
|
Class<?> |
getType()
Returns the class type supported by this handler.
|
createDecimalFormat, format, getPattern, newInstance, parse, setPatterngetLocale, setLocaleprotected Float createNumber(String text) throws NumberFormatException
NumberTypeHandlercreateNumber in class NumberTypeHandlertext - the text to convert to a NumberNumberFormatException - if the text is not a valid numberprotected Float createNumber(BigDecimal bg) throws ArithmeticException
NumberTypeHandlercreateNumber in class NumberTypeHandlerbg - the BigDecimal version of the numberArithmeticException - if the BigDecimal cannot be converted
to the Number type supported by this handlerpublic Class<?> getType()
TypeHandler