类 ForestBeanRegister
java.lang.Object
com.dtflys.forest.springboot.ForestBeanRegister
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.context.ResourceLoaderAware
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) -
方法概要
修饰符和类型方法说明postProcessAfterInitialization(Object bean, String beanName) postProcessBeforeInitialization(Object bean, String beanName) registerConverterBeanListener(ForestConfiguration forestConfiguration) org.springframework.beans.factory.config.BeanDefinitionregisterSSLKeyStoreBean(org.springframework.beans.factory.support.ManagedMap<String, org.springframework.beans.factory.config.BeanDefinition> map, ForestSSLKeyStoreProperties sslKeyStoreProperties) voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-
构造器详细资料
-
ForestBeanRegister
public ForestBeanRegister(org.springframework.context.ConfigurableApplicationContext applicationContext, ForestConfigurationProperties forestConfigurationProperties, SpringForestProperties properties, SpringForestObjectFactory forestObjectFactory, SpringInterceptorFactory forestInterceptorFactory)
-
-
方法详细资料
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - 指定者:
setResourceLoader在接口中org.springframework.context.ResourceLoaderAware
-
registerForestConfiguration
-
registerConverterBeanListener
-
registerSSLKeyStoreBean
public org.springframework.beans.factory.config.BeanDefinition registerSSLKeyStoreBean(org.springframework.beans.factory.support.ManagedMap<String, org.springframework.beans.factory.config.BeanDefinition> map, ForestSSLKeyStoreProperties sslKeyStoreProperties) -
registerScanner
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessBeforeInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - 指定者:
postProcessAfterInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-