@Configuration @EnableConfigurationProperties(value=ForestConfigurationProperties.class) @Import(value=ForestScannerRegister.class) public class ForestAutoConfiguration extends Object
| 构造器和说明 |
|---|
ForestAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
ForestBeanProcessor |
forestBeanProcessor() |
ForestBeanRegister |
forestBeanRegister(SpringForestProperties properties,
SpringForestObjectFactory forestObjectFactory,
SpringInterceptorFactory forestInterceptorFactory,
ForestConfigurationProperties forestConfigurationProperties) |
SpringInterceptorFactory |
forestInterceptorFactory() |
SpringForestObjectFactory |
forestObjectFactory() |
SpringForestProperties |
forestProperties() |
@Bean @ConditionalOnMissingBean public SpringForestProperties forestProperties()
@Bean @ConditionalOnMissingBean public SpringForestObjectFactory forestObjectFactory()
@Bean @ConditionalOnMissingBean public SpringInterceptorFactory forestInterceptorFactory()
@Bean @DependsOn(value="forestBeanProcessor") @ConditionalOnMissingBean public ForestBeanRegister forestBeanRegister(SpringForestProperties properties, SpringForestObjectFactory forestObjectFactory, SpringInterceptorFactory forestInterceptorFactory, ForestConfigurationProperties forestConfigurationProperties)
@Bean @ConditionalOnMissingBean public ForestBeanProcessor forestBeanProcessor()
Copyright © 2022. All rights reserved.