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