public class ComponentScanner extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
ComponentScanner() |
ComponentScanner(LiteflowConfig liteflowConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanCache()
用于清除 spring 上下文扫描到的组件实体
|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public ComponentScanner()
public ComponentScanner(LiteflowConfig liteflowConfig)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic static void cleanCache()
Copyright © 2025. All rights reserved.