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 TypeClassDescriptionclassSimplePropertyValueConverterRegistry<P extends PersistentProperty<P>>A registry of property specificvalue convertesthat 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.@Nullable ValueConverterRegistry<?>SimplePropertyValueConversions.getValueConverterRegistry()Get theValueConverterRegistryused 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 aPropertyValueConverterFactorycapable of looking up thePropertyValueConverterin the givenPropertyValueConverterRegistrar.voidPropertyValueConverterRegistrar.registerConvertersIn(ValueConverterRegistry<P> target) Register collectedconverterswithin the givenregistry.voidSimplePropertyValueConversions.setValueConverterRegistry(@Nullable ValueConverterRegistry<?> valueConverterRegistry) Set theconverter registryused for path configured converters.