Class CustomEditorBeanFactoryPostProcessor

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

public class CustomEditorBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.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
See Also:
  • Constructor Details

    • CustomEditorBeanFactoryPostProcessor

      public CustomEditorBeanFactoryPostProcessor()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
      Throws:
      org.springframework.beans.BeansException