public class ComponentScanner extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| 限定符和类型 | 字段和说明 |
|---|---|
static ICmpAroundAspect |
cmpAroundAspect |
static Set<String> |
nodeComponentSet |
| 构造器和说明 |
|---|
ComponentScanner() |
ComponentScanner(LiteflowConfig liteflowConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
cleanCache()
用于清除 spring 上下文扫描到的组件实体
|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public static ICmpAroundAspect cmpAroundAspect
public ComponentScanner()
public ComponentScanner(LiteflowConfig liteflowConfig)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic static void cleanCache()
Copyright © 2024. All rights reserved.