Uses of Class
org.springframework.beans.factory.parsing.BeanComponentDefinition
Package
Description
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.-
Uses of BeanComponentDefinition in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionprotected 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)