Uses of Enum Class
org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
Packages that use MongoCustomConversions.BigDecimalRepresentation
Package
Description
Spring Data MongoDB specific converter infrastructure.
-
Uses of MongoCustomConversions.BigDecimalRepresentation in org.springframework.data.mongodb.core.convert
Methods in org.springframework.data.mongodb.core.convert that return MongoCustomConversions.BigDecimalRepresentationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MongoCustomConversions.BigDecimalRepresentation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.convert with parameters of type MongoCustomConversions.BigDecimalRepresentationModifier and TypeMethodDescriptionMongoCustomConversions.MongoConverterConfigurationAdapter.bigDecimal(MongoCustomConversions.BigDecimalRepresentation representation) Configures the representation to forBigDecimalandBigIntegervalues in MongoDB.