Class MoneyAmountToStringConverter
java.lang.Object
ch.tocco.nice2.types.impl.conversions.MoneyAmountToStringConverter
- All Implemented Interfaces:
Converter<BigDecimal,
,String> ReversibleConverter<BigDecimal,
String>
public class MoneyAmountToStringConverter
extends Object
implements ReversibleConverter<BigDecimal,String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(@Nullable BigDecimal value) reverseConvert
(String value)
-
Constructor Details
-
MoneyAmountToStringConverter
public MoneyAmountToStringConverter()
-
-
Method Details
-
reverseConvert
- Specified by:
reverseConvert
in interfaceReversibleConverter<BigDecimal,
String> - Throws:
TypeConversionException
-
convert
- Specified by:
convert
in interfaceConverter<BigDecimal,
String> - Throws:
TypeConversionException
-