摘要: doCreateBean protected Object doCreateBean(String beanName, RootBeanDefinition mbd, @Nullable Object[] args) throws BeanCreationException { // Instant 阅读全文
posted @ 2022-09-29 22:08 shigp1 阅读(72) 评论(0) 推荐(0) 编辑
摘要: InstantiationAwareBeanPostProcessor继承了BeanPostProcessor接口,扩展了BeanPostProcessor的功能。 public interface BeanPostProcessor { /** 调用init方法的前置处理 */ @Nullable 阅读全文
posted @ 2022-09-29 20:49 shigp1 阅读(177) 评论(0) 推荐(0) 编辑