/ / section: the Map < String, Object > Map. = (Map) ApplicationContextHelper getBean (proceedingJoinPoint. GetTarget (). GetClass ()); ExcelDistributedReadIntf intf = null; String beanid = ""; for (String key : map.keySet()) { beanid = key; intf = (ExcelDistributedReadIntf)map.get(key); }Copy the code