Uses of Class
org.springframework.data.convert.CustomConversions
Packages that use CustomConversions
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of CustomConversions in org.springframework.data.convert
Constructors in org.springframework.data.convert with parameters of type CustomConversionsModifierConstructorDescriptionPropertyValueConversionService(CustomConversions conversions) Constructs a new instance of thePropertyValueConversionServiceinitialized with the given, requiredCustomConversionsfor resolving thePropertyValueConversionsused to convertPersistentPropertyvalues during data access operations.