Uses of Interface
org.springframework.data.convert.ConverterBuilder.ReadingConverterAware
Packages that use ConverterBuilder.ReadingConverterAware
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of ConverterBuilder.ReadingConverterAware in org.springframework.data.convert
Subinterfaces of ConverterBuilder.ReadingConverterAware in org.springframework.data.convertModifier and TypeInterfaceDescriptionstatic interfaceAConverterBuilderaware of both a reading and writing converter.static interfaceInterface to represent an intermediate setup step ofConverterBuilder.ConverterAwaredefining a reading converter first.