Package org.springdoc.core
Class SpringdocBeanFactoryConfigurer
- java.lang.Object
-
- org.springdoc.core.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 Summary
Fields Modifier and Type Field Description protected org.springframework.core.env.Environment
environment
The Environment.
-
Constructor Summary
Constructors Constructor Description SpringdocBeanFactoryConfigurer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
initBeanFactoryPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Init bean factory post processor.void
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
void
setEnvironment(org.springframework.core.env.Environment environment)
-
-
-
Method Detail
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment)
- Specified by:
setEnvironment
in interfaceorg.springframework.context.EnvironmentAware
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
- Specified by:
postProcessBeanFactory
in interfaceorg.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
-
-