Uses of Package
com.fasterxml.jackson.datatype.jodamoney
Packages that use com.fasterxml.jackson.datatype.jodamoney
-
Classes in com.fasterxml.jackson.datatype.jodamoney used by com.fasterxml.jackson.datatype.jodamoneyClassDescriptionCommon interface for amount conversion strategies used by
Money(de)serializer.Enumeration of available strategies used byMoneySerializerandMoneyDeserializerto represent amounts ofMoney.AnAmountConverterconvertingMoneyto its amount represented asdecimal number(such as12.34forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.AnAmountConverterconvertingMoneyto its amount represented as decimal string (such as"12.34"forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.AnAmountConverterconvertingMoneyto its amount represented inminor units as a long(such as1234forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.