GenericBeanDefinition

GenericBeanDefinition is a one-stop shop for standard bean definition purposes. Like any bean definition, it allows for specifying a class plus optionally constructor argument values and property values. Additionally, deriving from a parent bean definition can be flexibly configured through the "parentName" property.

In general, use this GenericBeanDefinition class for the purpose of registering user-visible bean definitions (which a post-processor might operate on, potentially even reconfiguring the parent name). Use RootBeanDefinition / ChildBeanDefinition where parent/child relationships happen to be pre-determined.

这是Spring的注释,可以看出:

GenericBeanDefinition 是一站式Bean定义组件。可以满足任何要求的Bean定义。读取配置后生成的就是GenericBeanDefinition。而Spring在创建Bean的时候用的其实是RootBeanDefinition。RootBeanDifinition主要由 GenericBeanDefinition 以及 父BeanDefinition合并来的。可以看到 GenericBeanDefinition 的 getParentName()方法会返回 parentBeanName,而 RootBeanDefinition 的 getParentName始终返回的是 null。

同时上文也提到了,如果提前知道父子BeanDefinition,就直接使用 RootBeanDefinition和ChildBeanDefinition(自定义标签解析的时候)

转载于:https://my.oschina.net/u/206123/blog/1572359

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值