Uses of Interface
org.springframework.data.convert.ValueConverterRegistry
Packages that use ValueConverterRegistry
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of ValueConverterRegistry in org.springframework.data.convert
Classes in org.springframework.data.convert that implement ValueConverterRegistryModifier and TypeClassDescriptionclass
SimplePropertyValueConverterRegistry<P extends PersistentProperty<P>>
A registry of property specificvalue convertes
that may be used to convert only specific properties/values of an object.Methods in org.springframework.data.convert that return ValueConverterRegistryModifier and TypeMethodDescriptionPropertyValueConverterRegistrar.buildRegistry()
Obtain theSimplePropertyValueConverterRegistry
.SimplePropertyValueConversions.getValueConverterRegistry()
Get theValueConverterRegistry
used for path configured converters.static <P extends PersistentProperty<P>>
ValueConverterRegistry<P>ValueConverterRegistry.simple()
Obtain a simpleValueConverterRegistry
.Methods in org.springframework.data.convert with parameters of type ValueConverterRegistryModifier and TypeMethodDescriptionPropertyValueConverterFactory.configuredInstance
(ValueConverterRegistry<?> registrar) Obtain aPropertyValueConverterFactory
capable of looking up thePropertyValueConverter
in the givenPropertyValueConverterRegistrar
.void
PropertyValueConverterRegistrar.registerConvertersIn
(ValueConverterRegistry<P> target) Register collectedconverters
within the givenregistry
.void
SimplePropertyValueConversions.setValueConverterRegistry
(ValueConverterRegistry<?> valueConverterRegistry) Set theconverter registry
used for path configured converters.