Class PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder<T,S,R,P extends PersistentProperty<P>>

java.lang.Object
org.springframework.data.convert.PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder<T,S,R,P>
Enclosing class:
PropertyValueConverterRegistrar<P extends PersistentProperty<P>>

public static class PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder<T,S,R,P extends PersistentProperty<P>> extends Object
Helper class used to build a fluent API to register how to read a database value into a domain object property.
Author:
Oliver Drotbohm