Class 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 Detail

      • AbstractDataDictionaryParser

        public AbstractDataDictionaryParser()
    • Method Detail

      • parse

        public org.springframework.beans.factory.config.BeanDefinition parse​(Element element,
                                                                             org.springframework.beans.factory.xml.ParserContext parserContext)
        Specified by:
        parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser
      • getDictionaryClass

        protected abstract Class<? extends com.consol.citrus.variable.dictionary.DataDictionary<?>> getDictionaryClass()
        Subclasses provide suite container class.
        Returns: