public class ForestBeanRegister extends Object implements org.springframework.context.ResourceLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor
| 构造器和说明 |
|---|
ForestBeanRegister(org.springframework.context.ConfigurableApplicationContext applicationContext,
ForestConfigurationProperties forestConfigurationProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConverterBeanListener |
registerConverterBeanListener(ForestConfiguration forestConfiguration) |
ForestConfiguration |
registerForestConfiguration(ForestConfigurationProperties forestConfigurationProperties) |
org.springframework.beans.factory.config.BeanDefinition |
registerForestObjectFactoryBean() |
org.springframework.beans.factory.config.BeanDefinition |
registerForestPropertiesBean() |
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 registerForestPropertiesBean()
public org.springframework.beans.factory.config.BeanDefinition registerForestObjectFactoryBean()
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)
Copyright © 2021. All rights reserved.