Uses of Class
org.springframework.data.convert.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
ModifierConstructorDescriptionPropertyValueConversionService
(CustomConversions conversions) Constructs a new instance of thePropertyValueConversionService
initialized with the given, requiredCustomConversions
for resolving thePropertyValueConversions
used to convertPersistentProperty
values during data access operations.