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