63 Star 428 Fork 156

huifer/Code-Analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
docs
beans
AbstractNestablePropertyAccessor
BeanDefinition
BeanInfoFactory
Spring-BeanInfoFactory.md
Spring-ExtendedBeanInfo.md
Spring-ExtendedBeanInfoFactory.md
readme.md
BeanMetadataElement
BeanWrapper
CachedIntrospectionResults
ComponentDefinition
ConfigurablePropertyAccessor
GenericTypeAwarePropertyDescriptor
Property
PropertyAccessor
Scope
factory
propertyEditor
register
core
env
other
utils
release
.gitattributes
.gitignore
CHANGELOG.MD
LICENSE
Notice
README.md
_coverpage.md
index.html
summary.md
todo.md
克隆/下载
Spring-BeanInfoFactory.md 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
huifer 提交于 5年前 . docs: BeanInfoFactory

Spring BeanInfoFactory

  • 类全路径: org.springframework.beans.BeanInfoFactory

BeanInfoFactory 主要作用是将BeanInfo接口返回

代码如下

public interface BeanInfoFactory {

	/**
	 * Return the bean info for the given class, if supported.
	 * @param beanClass the bean class
	 * @return the BeanInfo, or {@code null} if the given class is not supported
	 * @throws IntrospectionException in case of exceptions
	 */
	@Nullable
	BeanInfo getBeanInfo(Class<?> beanClass) throws IntrospectionException;

}

这个接口只有一个实现 ExtendedBeanInfoFactory 相关分析可以看: 这篇文章

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pychfarm_admin/code-analysis.git
git@gitee.com:pychfarm_admin/code-analysis.git
pychfarm_admin
code-analysis
Code-Analysis
v0.0.15

搜索帮助