Class BigIntegerConverter
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.converters.ValidatingConverter
public final class BigIntegerConverter extends AbstractNumberConverter implements ValidatingConverter<BigInteger>
-
-
Constructor Summary
Constructors Constructor Description BigIntegerConverter(Locale locale)
-
Method Summary
Modifier and Type Method Description StringtoString(BigInteger value)ValueOrError<BigInteger>fromString(String value)-
-
Constructor Detail
-
BigIntegerConverter
BigIntegerConverter(Locale locale)
-
-
Method Detail
-
toString
String toString(BigInteger value)
-
fromString
ValueOrError<BigInteger> fromString(String value)
-
-
-
-