public class SpringdocBeanFactoryConfigurer extends Object implements org.springframework.context.EnvironmentAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor
Modifier and Type | Field and Description |
---|---|
protected org.springframework.core.env.Environment |
environment
The Environment.
|
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) |
@Nullable protected org.springframework.core.env.Environment environment
public static void initBeanFactoryPostProcessor(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
beanFactory
- the bean factorypublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Copyright © 2024. All rights reserved.