Class CustomEditorBeanFactoryPostProcessor

java.lang.Object
org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor, Ordered

public class CustomEditorBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor, Ordered
CustomEditorBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation used to register custom PropertyEditors / Spring Converters that are used to perform type conversions between String-based configuration metadata and actual Apache Geode or Spring Data for Apache Geode defined (enumerated) types.
Since:
1.6.0
Author:
John Blum
See Also: