Uses of Interface
org.springframework.data.convert.PropertyValueConversions
Packages that use PropertyValueConversions
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of PropertyValueConversions in org.springframework.data.convert
Classes in org.springframework.data.convert that implement PropertyValueConversionsModifier and TypeClassDescriptionclass
PropertyValueConversions
implementation that allows to pick aPropertyValueConverterFactory
servingconverters
.Methods in org.springframework.data.convert that return PropertyValueConversionsModifier and TypeMethodDescriptionCustomConversions.ConverterConfiguration.getPropertyValueConversions()
static <P extends PersistentProperty<P>>
PropertyValueConversionsPropertyValueConversions.simple
(Consumer<PropertyValueConverterRegistrar<P>> config) Helper that allows to createPropertyValueConversions
instance with the configuredconverters
provided via the given callback.Constructors in org.springframework.data.convert with parameters of type PropertyValueConversionsModifierConstructorDescriptionConverterConfiguration
(CustomConversions.StoreConversions storeConversions, List<?> userConverters, Predicate<GenericConverter.ConvertiblePair> converterRegistrationFilter, PropertyValueConversions propertyValueConversions) Create a new ConverterConfiguration holding the givenCustomConversions.StoreConversions
and user defined converters as well as aCollection
ofGenericConverter.ConvertiblePair
for which to skip the registration of default converters.