Uses of Class
org.springframework.beans.factory.config.BeanDefinitionHolder
Packages that use BeanDefinitionHolder
Package
Description
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Support infrastructure for bean definition parsing.
Classes supporting the
org.springframework.beans.factory package.Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of BeanDefinitionHolder in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation with parameters of type BeanDefinitionHolderModifier and TypeMethodDescriptionprotected booleanQualifierAnnotationAutowireCandidateResolver.checkQualifier(BeanDefinitionHolder bdHolder, Annotation annotation, TypeConverter typeConverter) Match the given qualifier annotation against the candidate bean definition.protected BooleanQualifierAnnotationAutowireCandidateResolver.checkQualifiers(BeanDefinitionHolder bdHolder, Annotation[] annotationsToSearch) Match the given qualifier annotations against the candidate bean definition.booleanQualifierAnnotationAutowireCandidateResolver.isAutowireCandidate(BeanDefinitionHolder bdHolder, DependencyDescriptor descriptor) Determine whether the provided bean definition is an autowire candidate. -
Uses of BeanDefinitionHolder in org.springframework.beans.factory.config
Constructors in org.springframework.beans.factory.config with parameters of type BeanDefinitionHolderModifierConstructorDescriptionBeanDefinitionHolder(BeanDefinitionHolder beanDefinitionHolder) Copy constructor: Create a new BeanDefinitionHolder with the same contents as the given BeanDefinitionHolder instance. -
Uses of BeanDefinitionHolder in org.springframework.beans.factory.parsing
Subclasses of BeanDefinitionHolder in org.springframework.beans.factory.parsingModifier and TypeClassDescriptionclassComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.Constructors in org.springframework.beans.factory.parsing with parameters of type BeanDefinitionHolderModifierConstructorDescriptionBeanComponentDefinition(BeanDefinitionHolder beanDefinitionHolder) Create a new BeanComponentDefinition for the given bean. -
Uses of BeanDefinitionHolder in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support that return BeanDefinitionHolderModifier and TypeMethodDescriptionRootBeanDefinition.getDecoratedDefinition()Return the target definition that is being decorated by this bean definition, if any.Methods in org.springframework.beans.factory.support with parameters of type BeanDefinitionHolderModifier and TypeMethodDescriptionprotected booleanGenericTypeAwareAutowireCandidateResolver.checkGenericTypeMatch(BeanDefinitionHolder bdHolder, DependencyDescriptor descriptor) Match the given dependency type with its generic type information against the given candidate bean definition.default booleanAutowireCandidateResolver.isAutowireCandidate(BeanDefinitionHolder bdHolder, DependencyDescriptor descriptor) Determine whether the given bean definition qualifies as an autowire candidate for the given dependency.booleanGenericTypeAwareAutowireCandidateResolver.isAutowireCandidate(BeanDefinitionHolder bdHolder, DependencyDescriptor descriptor) static RegisteredBeanRegisteredBean.ofInnerBean(RegisteredBean parent, BeanDefinitionHolder innerBean) Create a newRegisteredBeaninstance for an inner-bean.static voidBeanDefinitionReaderUtils.registerBeanDefinition(BeanDefinitionHolder definitionHolder, BeanDefinitionRegistry registry) Register the given bean definition with the given bean factory.voidRootBeanDefinition.setDecoratedDefinition(BeanDefinitionHolder decoratedDefinition) Register a target definition that is being decorated by this bean definition. -
Uses of BeanDefinitionHolder in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return BeanDefinitionHolderModifier and TypeMethodDescriptionBeanDefinitionDecorator.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNode(either an element or an attribute) and decorate the suppliedBeanDefinition, returning the decorated definition.NamespaceHandler.decorate(Node source, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNodeand decorate the suppliedBeanDefinitionHolder, returning the decorated definition.NamespaceHandlerSupport.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Decorates the suppliedNodeby delegating to theBeanDefinitionDecoratorthat is registered to handle thatNode.SimpleConstructorNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) SimplePropertyNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) BeanDefinitionParserDelegate.decorateBeanDefinitionIfRequired(Element ele, BeanDefinitionHolder originalDef) Decorate the given bean definition through a namespace handler, if applicable.BeanDefinitionParserDelegate.decorateBeanDefinitionIfRequired(Element ele, BeanDefinitionHolder originalDef, BeanDefinition containingBd) Decorate the given bean definition through a namespace handler, if applicable.BeanDefinitionParserDelegate.decorateIfRequired(Node node, BeanDefinitionHolder originalDef, BeanDefinition containingBd) Decorate the given bean definition through a namespace handler, if applicable.BeanDefinitionParserDelegate.parseBeanDefinitionElement(Element ele) Parses the supplied<bean>element.BeanDefinitionParserDelegate.parseBeanDefinitionElement(Element ele, BeanDefinition containingBean) Parses the supplied<bean>element.Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionHolderModifier and TypeMethodDescriptionBeanDefinitionDecorator.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNode(either an element or an attribute) and decorate the suppliedBeanDefinition, returning the decorated definition.NamespaceHandler.decorate(Node source, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNodeand decorate the suppliedBeanDefinitionHolder, returning the decorated definition.NamespaceHandlerSupport.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Decorates the suppliedNodeby delegating to theBeanDefinitionDecoratorthat is registered to handle thatNode.SimpleConstructorNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) SimplePropertyNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) BeanDefinitionParserDelegate.decorateBeanDefinitionIfRequired(Element ele, BeanDefinitionHolder originalDef) Decorate the given bean definition through a namespace handler, if applicable.BeanDefinitionParserDelegate.decorateBeanDefinitionIfRequired(Element ele, BeanDefinitionHolder originalDef, BeanDefinition containingBd) Decorate the given bean definition through a namespace handler, if applicable.BeanDefinitionParserDelegate.decorateIfRequired(Node node, BeanDefinitionHolder originalDef, BeanDefinition containingBd) Decorate the given bean definition through a namespace handler, if applicable.protected voidAbstractBeanDefinitionParser.registerBeanDefinition(BeanDefinitionHolder definition, BeanDefinitionRegistry registry)