Uses of Interface
org.springframework.data.convert.ConverterBuilder.ConverterAware
Packages that use 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
Methods in org.springframework.data.convert that return ConverterBuilder.ConverterAwareModifier and TypeMethodDescriptionConverterBuilder.WritingConverterBuilder.andReading(Function<? super T, ? extends S> function) Creates a newConverterBuilder.ConverterAwareby registering the givenFunctionto add a write converter.ConverterBuilder.ReadingConverterBuilder.andWriting(Function<? super S, ? extends T> function) Creates a newConverterBuilder.ConverterAwareby registering the givenFunctionto add a write converter.