Uses of Class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Packages that use AbstractBeanDefinitionParser
Package
Description
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xml
Subclasses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xmlModifier and TypeClassDescriptionclassConvenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on theClassbeing configured.classBase class for thoseBeanDefinitionParserimplementations that need to parse and define just a singleBeanDefinition.