public class CustomEditorBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
CustomEditorBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation
used to register custom PropertyEditors / Spring Converters
that are used to perform type conversions between String-based configuration meta-data and actual GemFire
or Spring Data GemFire defined (enumerated) types.BeanFactoryPostProcessor| Modifier and Type | Class and Description |
|---|---|
static class |
CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter |
static class |
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter |
static class |
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter |
| Constructor and Description |
|---|
CustomEditorBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
public CustomEditorBeanFactoryPostProcessor()
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.