Uses of Interface
org.springframework.data.convert.ConverterBuilder.WritingConverterAware
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of ConverterBuilder.WritingConverterAware in org.springframework.data.convert
Modifier and TypeInterfaceDescriptionstatic interface
AConverterBuilder
aware of both a reading and writing converter.static interface
Interface to represent an intermediate setup step ofConverterBuilder.ConverterAware
defining a writing converter first.