Uses of Class
org.springframework.data.convert.PropertyValueConverterRegistrar.WritingConverterRegistrationBuilder
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of PropertyValueConverterRegistrar.WritingConverterRegistrationBuilder in org.springframework.data.convert
Modifier and TypeMethodDescriptionPropertyValueConverterRegistrar.registerConverter
(Class<T> type, String propertyName, Class<S> propertyType) Starts a converter registration by pointing to a property of a domain type.PropertyValueConverterRegistrar.registerConverter
(Class<T> type, Function<T, S> property) Starts a converter registration by pointing to a property of a domain type.