Class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
Enclosing class:
EmbeddedServiceConfigurationSupport

protected static class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Spring BeanPostProcessor used to process before initialization Pivotal GemFire or Apache Geode Properties defined as a bean in the Spring application context.
See Also:
  • BeanPostProcessor
  • Field Details

  • Constructor Details

  • Method Details

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException