org.apache.wicket.util.convert.converter
Class BigIntegerConverter
java.lang.Object
org.apache.wicket.util.convert.converter.AbstractConverter<N>
org.apache.wicket.util.convert.converter.AbstractNumberConverter<I>
org.apache.wicket.util.convert.converter.AbstractIntegerConverter<BigInteger>
org.apache.wicket.util.convert.converter.BigIntegerConverter
- All Implemented Interfaces:
- Serializable, IConverter<BigInteger>, IClusterable
public class BigIntegerConverter
- extends AbstractIntegerConverter<BigInteger>
BigInteger 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 |
BigIntegerConverter
public BigIntegerConverter()
getTargetType
protected Class<BigInteger> getTargetType()
- Specified by:
getTargetType in class AbstractConverter<BigInteger>
- Returns:
- The target type of this type converter
convertToObject
public BigInteger 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–2016 Apache Software Foundation. All rights reserved.