Uses of Enum
com.fasterxml.jackson.datatype.jodamoney.AmountRepresentation
Packages that use AmountRepresentation
-
Uses of AmountRepresentation in com.fasterxml.jackson.datatype.jodamoney
Subclasses with type arguments of type AmountRepresentation in com.fasterxml.jackson.datatype.jodamoneyModifier and TypeClassDescriptionenumEnumeration of available strategies used byMoneySerializerandMoneyDeserializerto represent amounts ofMoney.Methods in com.fasterxml.jackson.datatype.jodamoney that return AmountRepresentationModifier and TypeMethodDescriptionstatic AmountRepresentationReturns the enum constant of this type with the specified name.static AmountRepresentation[]AmountRepresentation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.datatype.jodamoney with parameters of type AmountRepresentationModifier and TypeMethodDescriptionJodaMoneyModule.withAmountRepresentation(AmountRepresentation representation)