public class ForestBeanRegister extends Object implements org.springframework.context.ResourceLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor
| 构造器和说明 |
|---|
ForestBeanRegister(org.springframework.context.ConfigurableApplicationContext applicationContext,
ForestConfigurationProperties forestConfigurationProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
ConverterBeanListener |
registerConverterBeanListener(ForestConfiguration forestConfiguration) |
org.springframework.beans.factory.config.BeanDefinition |
registerFactoryObjectFactoryBean() |
ForestConfiguration |
registerForestConfiguration(ForestConfigurationProperties forestConfigurationProperties) |
org.springframework.beans.factory.config.BeanDefinition |
registerInterceptorFactoryBean() |
ClassPathClientScanner |
registerScanner(ForestConfigurationProperties forestConfigurationProperties) |
org.springframework.beans.factory.config.BeanDefinition |
registerSSLKeyStoreBean(org.springframework.beans.factory.support.ManagedMap<String,org.springframework.beans.factory.config.BeanDefinition> map,
ForestSSLKeyStoreProperties sslKeyStoreProperties) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
public ForestBeanRegister(org.springframework.context.ConfigurableApplicationContext applicationContext,
ForestConfigurationProperties forestConfigurationProperties)
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader 在接口中 org.springframework.context.ResourceLoaderAwarepublic ForestConfiguration registerForestConfiguration(ForestConfigurationProperties forestConfigurationProperties)
public ConverterBeanListener registerConverterBeanListener(ForestConfiguration forestConfiguration)
public org.springframework.beans.factory.config.BeanDefinition registerFactoryObjectFactoryBean()
public org.springframework.beans.factory.config.BeanDefinition registerInterceptorFactoryBean()
public org.springframework.beans.factory.config.BeanDefinition registerSSLKeyStoreBean(org.springframework.beans.factory.support.ManagedMap<String,org.springframework.beans.factory.config.BeanDefinition> map, ForestSSLKeyStoreProperties sslKeyStoreProperties)
public ClassPathClientScanner registerScanner(ForestConfigurationProperties forestConfigurationProperties)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2021. All rights reserved.