其他分享
首页 > 其他分享> > 方法和构造器

方法和构造器

作者:互联网

@PropertySource

LD is tigger forever,CG are not brothers forever, throw the pot and shine forever.
Modesty is not false, solid is not naive, treacherous but not deceitful, stay with good people, and stay away from poor people.
talk is cheap, show others the code and KPI, Keep progress,make a better result.
Survive during the day and develop at night。

目录

概 述

方法和构造器的方法:
只需要实现了aware接口规定的方法,总体来说,设计方法里面:
怎么调用的呢?
bean 调用者invokeAware的bean,旗下的Enroirmnet一下的注入
resurceAware就把这边的参数调用者一个方法,判断是不是aware接口。

aware,翻译过来是知道的,已感知的,意识到的,所以这些接口从字面意思应该是能感知到所有Aware前面的含义。

所以BeanNameAware接口是为了让自身Bean能够感知到,获取到自身在Spring容器中的id属性。

同理,其他的Aware接口也是为了能够感知到自身的一些属性。
比如实现了ApplicationContextAware接口的类,能够获取到ApplicationContext,实现了BeanFactoryAware接口的类,能够获取到BeanFactory对象。

小结

参考资料和推荐阅读

1.链接: link.

标签:forever,调用者,接口,aware,构造,感知,方法
来源: https://blog.csdn.net/xiamaocheng/article/details/122754626