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 BigInteger
fromString(String text)
String
toString(BigInteger instance)
-
-
-
Method Detail
-
toString
public String toString(BigInteger instance)
- Specified by:
toString
in interfaceConverter<BigInteger>
-
fromString
public BigInteger fromString(String text)
- Specified by:
fromString
in interfaceConverter<BigInteger>
-
-