Package org.citrusframework.config.xml
Class AbstractDataDictionaryParser
java.lang.Object
org.citrusframework.config.xml.AbstractDataDictionaryParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public abstract class AbstractDataDictionaryParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
- Since:
- 2.0
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Class<? extends DataDictionary<?>>Subclasses provide suite container class.org.springframework.beans.factory.config.BeanDefinition
-
Constructor Details
-
AbstractDataDictionaryParser
public AbstractDataDictionaryParser()
-
-
Method Details
-
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser
-
getDictionaryClass
Subclasses provide suite container class.- Returns:
-