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 that allows to pick a PropertyValueConverterFactory serving converters. Activating cahing allows to reuse converters. Providing a SimplePropertyValueConverterRegistry adds path configured converter instances.

Should be initialized. If not, init() will be called of fist attempt of converter retrieval.

Since:
2.7
Author:
Christoph Strobl