Package com.fasterxml.jackson.datatype.jodamoney
package com.fasterxml.jackson.datatype.jodamoney
-
ClassDescriptionCommon 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.Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.