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 thePropertyValueConversionService
initialized with the given, requiredCustomConversions
for resolving thePropertyValueConversions
used to convertPersistentProperty
values during data access operations.