public class ForestBeanRegister extends Object implements org.springframework.context.ResourceLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor
| 构造器和说明 |
|---|
ForestBeanRegister(org.springframework.context.ConfigurableApplicationContext applicationContext,
ForestConfigurationProperties forestConfigurationProperties,
SpringForestProperties properties,
SpringForestObjectFactory forestObjectFactory,
SpringInterceptorFactory forestInterceptorFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
ConverterBeanListener |
registerConverterBeanListener(ForestConfiguration forestConfiguration) |
ForestConfiguration |
registerForestConfiguration() |
ClassPathClientScanner |
registerScanner() |
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,
SpringForestProperties properties,
SpringForestObjectFactory forestObjectFactory,
SpringInterceptorFactory forestInterceptorFactory)
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader 在接口中 org.springframework.context.ResourceLoaderAwarepublic ForestConfiguration registerForestConfiguration()
public ConverterBeanListener registerConverterBeanListener(ForestConfiguration forestConfiguration)
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()
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2022. All rights reserved.