public class BigIntegerStringConverter extends StringConverter<java.math.BigInteger>
StringConverter implementation for BigInteger values.
| Constructor and Description |
|---|
BigIntegerStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
fromString(java.lang.String value)
Converts the string provided into an object defined by the specific converter.
|
java.lang.String |
toString(java.math.BigInteger value)
Converts the object provided into its string form.
|
public java.math.BigInteger fromString(java.lang.String value)
fromString in class StringConverter<java.math.BigInteger>public java.lang.String toString(java.math.BigInteger value)
toString in class StringConverter<java.math.BigInteger>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.