public class SpringdocBeanFactoryConfigurer extends Object implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Constructor and Description |
|---|
SpringdocBeanFactoryConfigurer() |
| Modifier and Type | Method and 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) |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorpublic static void initBeanFactoryPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
beanFactory - the bean factoryCopyright © 2020. All rights reserved.