Class SimplePropertyValueConversions

java.lang.Object
org.springframework.data.convert.SimplePropertyValueConversions
All Implemented Interfaces:
InitializingBean, PropertyValueConversions

public class SimplePropertyValueConversions extends Object implements PropertyValueConversions, InitializingBean
PropertyValueConversions implementation allowing a PropertyValueConverterFactory creating converters to be chosen. Activating cahing allows converters to be reused.

Providing a SimplePropertyValueConverterRegistry adds path configured converter instances.

This class should be initialized. If not, init() will be called on the first attempt of converter retrieval.

Since:
2.7
Author:
Christoph Strobl, Mark Paluch
See Also: