Class AbstractNoopBeanDefinitionRegistryPostProcessor

java.lang.Object
ch.admin.bit.jeap.crypto.spring.AbstractNoopBeanDefinitionRegistryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware

public abstract class AbstractNoopBeanDefinitionRegistryPostProcessor extends Object implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.springframework.core.env.Environment
     
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String keyId)
     
    void
    setEnvironment(org.springframework.core.env.Environment environment)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor

    postProcessBeanDefinitionRegistry, postProcessBeanFactory
  • Field Details

    • environment

      protected org.springframework.core.env.Environment environment
  • Constructor Details

    • AbstractNoopBeanDefinitionRegistryPostProcessor

      public AbstractNoopBeanDefinitionRegistryPostProcessor()
  • Method Details

    • registerBeans

      protected void registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, String keyId)
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware