Class SimplePropertyValueConverterRegistry<P extends PersistentProperty<P>>

java.lang.Object
org.springframework.data.convert.SimplePropertyValueConverterRegistry<P>
Type Parameters:
P - persistent property type.
All Implemented Interfaces:
ValueConverterRegistry<P>

public class SimplePropertyValueConverterRegistry<P extends PersistentProperty<P>> extends Object implements ValueConverterRegistry<P>
A registry of property specific value convertes that may be used to convert only specific properties/values of an object.
Since:
2.7
Author:
Christoph Strobl