Class 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 Detail

      • environment

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

      • SpringdocBeanFactoryConfigurer

        public SpringdocBeanFactoryConfigurer()
    • Method Detail

      • 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
      • initBeanFactoryPostProcessor

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