Class BigIntegerConverter
- java.lang.Object
-
- org.apache.johnzon.mapper.converter.BigIntegerConverter
-
- All Implemented Interfaces:
Converter<BigInteger>,MapperConverter
public class BigIntegerConverter extends Object implements Converter<BigInteger>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter
Converter.TypeAccess
-
-
Constructor Summary
Constructors Constructor Description BigIntegerConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegerfromString(String text)StringtoString(BigInteger instance)
-
-
-
Method Detail
-
toString
public String toString(BigInteger instance)
- Specified by:
toStringin interfaceConverter<BigInteger>
-
fromString
public BigInteger fromString(String text)
- Specified by:
fromStringin interfaceConverter<BigInteger>
-
-