org.apache.wicket.util.convert.converter
Class BigDecimalConverter
java.lang.Object
org.apache.wicket.util.convert.converter.AbstractConverter<N>
org.apache.wicket.util.convert.converter.AbstractNumberConverter<N>
org.apache.wicket.util.convert.converter.AbstractDecimalConverter<BigDecimal>
org.apache.wicket.util.convert.converter.BigDecimalConverter
- All Implemented Interfaces:
- Serializable, IClusterable, IConverter<BigDecimal>
public class BigDecimalConverter
- extends AbstractDecimalConverter<BigDecimal>
BigDecimal converter
see IConverter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalConverter
public BigDecimalConverter()
getTargetType
protected Class<BigDecimal> getTargetType()
- Specified by:
getTargetType
in class AbstractConverter<BigDecimal>
- Returns:
- The target type of this type converter
convertToObject
public BigDecimal convertToObject(String value,
Locale locale)
- Description copied from interface:
IConverter
- Converts the given
String
value
- Parameters:
value
- The string value to convertlocale
- The locale used to convert the value
- Returns:
- The converted value
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.