Uses of Class
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Packages that use AbstractSingleBeanDefinitionParser
Package
Description
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of AbstractSingleBeanDefinitionParser in org.springframework.beans.factory.xml
Subclasses of AbstractSingleBeanDefinitionParser 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.