Interface AttributeParsers


  • public interface AttributeParsers
    Author:
    Tomaz Cerar (c) 2015 Red Hat Inc.
    • Field Detail

      • SIMPLE

        static final AttributeParser SIMPLE
        Simple attribute parser, that loads attribute from xml attribute
      • SIMPLE_ELEMENT

        static final AttributeParser SIMPLE_ELEMENT
        simple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.
      • WRAPPED_OBJECT_LIST_PARSER

        static final AttributeParser WRAPPED_OBJECT_LIST_PARSER
      • UNWRAPPED_OBJECT_LIST_PARSER

        static final AttributeParser UNWRAPPED_OBJECT_LIST_PARSER
      • STRING_LIST_NAMED_ELEMENT

        static final AttributeParser STRING_LIST_NAMED_ELEMENT
      • STRING_LIST_COMMA_DELIMITED

        static final AttributeParser STRING_LIST_COMMA_DELIMITED
    • Method Detail

      • getObjectMapAttributeParser

        static AttributeParser getObjectMapAttributeParser​(String keyElementName)
      • getObjectMapAttributeParser

        static AttributeParser getObjectMapAttributeParser​(String elementName,
                                                           String keyElementName,
                                                           boolean wrapElement)
      • getObjectMapAttributeParser

        static AttributeParser getObjectMapAttributeParser​(String elementName,
                                                           boolean wrapElement)
      • getObjectMapAttributeParser

        static AttributeParser getObjectMapAttributeParser​(String wrapperElementName,
                                                           boolean wrapElement,
                                                           String elementName,
                                                           String keyElementName)