Class SpringdocActuatorBeanFactoryConfigurer

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware

    public class SpringdocActuatorBeanFactoryConfigurer
    extends SpringdocBeanFactoryConfigurer
    The type Springdoc bean factory configurer.
    Author:
    bnasslahsen
    • Constructor Detail

      • SpringdocActuatorBeanFactoryConfigurer

        public SpringdocActuatorBeanFactoryConfigurer​(List<GroupedOpenApi> groupedOpenApis)
        Instantiates a new Springdoc actuator bean factory configurer.
        Parameters:
        groupedOpenApis - the grouped open apis
    • Method Detail

      • postProcessBeanFactory

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