63 Star 427 Fork 156

huifer/Code-Analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
docs
beans
AbstractNestablePropertyAccessor
BeanDefinition
BeanInfoFactory
BeanMetadataElement
BeanWrapper
CachedIntrospectionResults
ComponentDefinition
images
Readme.md
Spring-AbstractComponentDefinition.md
Spring-AdvisorComponentDefinition.md
Spring-AspectComponentDefinition.md
Spring-ComponentDefinition.md
Spring-CompositeComponentDefinition.md
Spring-PointcutComponentDefinition.md
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-ComponentDefinition.md 1.34 KB
一键复制 编辑 原始数据 按行查看 历史

Spring ComponentDefinition

  • 类全路径: org.springframework.beans.factory.parsing.ComponentDefinition
  • 类图: ComponentDefinition
  • ComponentDefinition 是一个接口, 先对其方法进行分析在了解实现类.

方法列表

public interface ComponentDefinition extends BeanMetadataElement {

	/**
	 * 获取名称
	 */
	String getName();

	/**
	 * 获取描述
	 */
	String getDescription();

	/**
	 * 获取bean定义列表
	 */
	BeanDefinition[] getBeanDefinitions();

	/**
	 * 获取内部的 bean定义列表
	 */
	BeanDefinition[] getInnerBeanDefinitions();

	/**
	 * 获取关联的bean定义列表
	 */
	BeanReference[] getBeanReferences();

}

实现类分析

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

搜索帮助