springboot扫描自定义类注解、方法注解

更新时间:2023-07-10 03:19:00 阅读: 评论:0

springboot扫描⾃定义类注解、⽅法注解
import lombok.Data;
import t.ApplicationListener;
calmdownimport t.event.ContextRefreshedEvent;
什么是ipcimport annotation.AnnotationUtils;
import org.springframework.stereotype.Component;
import flect.InvocationTargetException;
import flect.Method;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/
**
* @ClassName: CustomAnnotationDemo
* @Description: ⾃定义类注解、⽅法注解demo
* @Author: RuiXin Yu
* @Date: 2019/3/21 10:35
*/
@Component
public class CustomAnnotationDemo implements ApplicationListener<ContextRefreshedEvent>{
public static List<Invoker> invokerList =new ArrayList<>();
@Override
public void onApplicationEvent(ContextRefreshedEvent event){
/
/ 根容器为Spring容器
ApplicationContext().getParent()==null){
thin的比较级Map<String,Object> beans = ApplicationContext().getBeansWithAnnotation(OnsConsumer.class);
for(Object bean : beans.values()){
australiaOnsConsumer ca = Class().getAnnotation(OnsConsumer.class);
System.out.Class().getName()+"==="+ca.value());
Method[] methods = Class().getMethods();
for(Method declaredMethod : methods){
System.out.Name());
ConsumerMapping ma = AnnotationUtils.findAnnotation(declaredMethod, ConsumerMapping.class);
if(ma != null){
the living proof
invokerList.add(new Invoker(declaredMethod,ma.value(),bean));猜测
System.out.Class().getName()+"==="+ca.value()+"==="+ma.value());
}
}
Method[] declaredMethods = Class().getDeclaredMethods();
for(Method declaredMethod : declaredMethods){
System.out.Name());
ConsumerMapping ma = Annotation(ConsumerMapping.class);
苏州纹绣if(ma != null){
System.out.Class().getName()+"==="+ca.value()+"==="+ma.value());
}
jonas salk}
}
}
invoke();
}
private void invoke(){
for(Invoker invoker : invokerList){
try{
}catch(IllegalAccessException e){
e.printStackTrace();
}catch(InvocationTargetException e){
e.printStackTrace();
}
}
}
@Data
class Invoker{
private Method method;
private String tag;
private Object bean;
半半路路
public Invoker(Method method, String tag, Object bean){
this.tag = tag;
this.bean = bean;
}
}
}
>driver是什么意思

本文发布于:2023-07-10 03:19:00,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/78/1088444.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:注解   苏州   纹绣
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图