Class SpringdocBeanFactoryConfigurer

java.lang.Object
org.springdoc.core.configurer.SpringdocBeanFactoryConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware
Direct Known Subclasses:
SpringdocActuatorBeanFactoryConfigurer

public class SpringdocBeanFactoryConfigurer extends Object implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor
The type Springdoc bean factory configurer.
Author:
bnasslahsen
  • Field Details

    • environment

      @Nullable protected org.springframework.core.env.Environment environment
      The Environment.
  • Constructor Details

    • SpringdocBeanFactoryConfigurer

      public SpringdocBeanFactoryConfigurer()
  • Method Details

    • initBeanFactoryPostProcessor

      public static void initBeanFactoryPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      Init bean factory post processor.
      Parameters:
      beanFactory - the bean factory
    • setEnvironment

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

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