Uses of Class
org.springframework.data.convert.PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder in org.springframework.data.convert
Modifier and TypeMethodDescriptionPropertyValueConverterRegistrar.WritingConverterRegistrationBuilder.writing
(BiFunction<S, ValueConversionContext<P>, R> writer) Describes how to convert the domain property value into the database native property.PropertyValueConverterRegistrar.WritingConverterRegistrationBuilder.writingAsIs()