Interface ConverterBuilder

All Known Subinterfaces:
ConverterBuilder.ConverterAware, ConverterBuilder.ReadingConverterBuilder<T,S>, ConverterBuilder.WritingConverterBuilder<S,T>

public interface ConverterBuilder
API to easily set up GenericConverter instances using Java 8 lambdas, mostly in bidirectional fashion for easy registration as custom type converters of the Spring Data mapping subsystem. The registration starts either with the definition of a reading or writing converter that can then be completed.
Since:
2.0
Author:
Oliver Gierke
See Also: