Uses of Interface
org.springframework.data.convert.ConverterBuilder.ConverterAware
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of ConverterBuilder.ConverterAware in org.springframework.data.convert
Modifier and TypeMethodDescriptionConverterBuilder.WritingConverterBuilder.andReading
(Function<? super T, ? extends S> function) Creates a newConverterBuilder.ConverterAware
by registering the givenFunction
to add a write converter.ConverterBuilder.ReadingConverterBuilder.andWriting
(Function<? super S, ? extends T> function) Creates a newConverterBuilder.ConverterAware
by registering the givenFunction
to add a write converter.