类的使用
org.springframework.beans.factory.parsing.BeanComponentDefinition
使用BeanComponentDefinition的程序包 程序包 说明 org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactory
implementation, including a standard "spring-beans" XSD.org.springframework.beans.factory.xml中BeanComponentDefinition的使用
参数类型为BeanComponentDefinition的org.springframework.beans.factory.xml中的方法 修饰符和类型 方法 说明 protected void
AbstractBeanDefinitionParser. postProcessComponentDefinition(BeanComponentDefinition componentDefinition)
Hook method called after the primary parsing of aBeanComponentDefinition
but before theBeanComponentDefinition
has been registered with aBeanDefinitionRegistry
.void
ParserContext. registerBeanComponent(BeanComponentDefinition component)