Uses of Interface
org.springframework.data.convert.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
Modifier 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.Modifier 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
.Modifier 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.