Bean以及bean的实例化

本文介绍了Spring中的Bean,即IoC容器管理的对象,详细讲解了如何通过配置元数据为Bean命名、指定Bean的类型以及通过构造器和工厂方法实例化Bean的过程。
摘要由CSDN通过智能技术生成

Bean

什么是bean

bean就是IoC容器托管的对象。

引用自官方文档
In addition to bean definitions that contain information on how to create a specific bean, the ApplicationContext implementations also permit the registration of existing objects that are created outside the container (by users). This is done by accessing the ApplicationContext’s BeanFactory through the getBeanFactory() method, which returns the BeanFactory DefaultListableBeanFactory implementation. DefaultListableBeanFactory supports this registration through the registerSingleton(..) and registerBeanDefinition(..) methods. However, typical applications work solely with beans defined through regular bean definition metadata.

注:除了IoC容器根据配置元数据创建的bean之外,还可以将容器外创建的对象注册到IoC容器中。

Bean的配置元数据拥有的属性

注:下面标红的两个属性是这篇博客要介绍的属性

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值