Uses of Interface
com.fasterxml.jackson.datatype.jodamoney.AmountConverter
Packages that use AmountConverter
-
Uses of AmountConverter in com.fasterxml.jackson.datatype.jodamoney
Classes in com.fasterxml.jackson.datatype.jodamoney that implement AmountConverterModifier and TypeClassDescription(package private) final classAnAmountConverterconvertingMoneyto its amount represented asdecimal number(such as12.34forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.(package private) final classAnAmountConverterconvertingMoneyto its amount represented as decimal string (such as"12.34"forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.(package private) final classAnAmountConverterconvertingMoneyto its amount represented inminor units as a long(such as1234forMoney.parse("USD 12.34")), and back toMoneyfrom this representation.Fields in com.fasterxml.jackson.datatype.jodamoney declared as AmountConverterModifier and TypeFieldDescriptionprivate final AmountConverterJodaMoneyModule.amountConverterprivate final AmountConverterMoneyDeserializer.amountConverterprivate final AmountConverterMoneySerializer.amountConverterConstructors in com.fasterxml.jackson.datatype.jodamoney with parameters of type AmountConverterModifierConstructorDescriptionprivateJodaMoneyModule(AmountConverter amountConverter) (package private)MoneyDeserializer(AmountConverter amountConverter) (package private)MoneySerializer(AmountConverter amountConverter)