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.ConverterConverter.TypeAccess
 
- 
 - 
Constructor SummaryConstructors Constructor Description BigIntegerConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegerfromString(String text)StringtoString(BigInteger instance)
 
- 
- 
- 
Method Detail- 
toStringpublic String toString(BigInteger instance) - Specified by:
- toStringin interface- Converter<BigInteger>
 
 - 
fromStringpublic BigInteger fromString(String text) - Specified by:
- fromStringin interface- Converter<BigInteger>
 
 
- 
 
-