public interface AttributeParsers
Modifier and Type | Interface and Description |
---|---|
static class |
AttributeParsers.AttributeElementParser |
static class |
AttributeParsers.MapParser |
static class |
AttributeParsers.NamedStringListParser |
static class |
AttributeParsers.ObjectMapParser |
static class |
AttributeParsers.ObjectParser |
static class |
AttributeParsers.PropertiesParser |
static class |
AttributeParsers.UnWrappedObjectListParser |
static class |
AttributeParsers.WrappedObjectListParser |
Modifier and Type | Field and Description |
---|---|
static AttributeParser |
OBJECT_MAP_UNWRAPPED |
static AttributeParser |
OBJECT_MAP_WRAPPED |
static AttributeParser |
PROPERTIES_UNWRAPPED |
static AttributeParser |
PROPERTIES_WRAPPED |
static AttributeParser |
SIMPLE
Simple attribute parser, that loads attribute from xml attribute
|
static AttributeParser |
SIMPLE_ELEMENT
simple parser that loads attribute value from xml element with name of attribute and takes its content as value of attribute.
|
static AttributeParser |
STRING_LIST |
static AttributeParser |
STRING_LIST_COMMA_DELIMITED |
static AttributeParser |
STRING_LIST_NAMED_ELEMENT |
static AttributeParser |
UNWRAPPED_OBJECT_LIST_PARSER |
static AttributeParser |
WRAPPED_OBJECT_LIST_PARSER |
Modifier and Type | Method and Description |
---|---|
static AttributeParser |
getObjectMapAttributeParser(String keyElementName) |
static AttributeParser |
getObjectMapAttributeParser(String elementName,
boolean wrapElement) |
static AttributeParser |
getObjectMapAttributeParser(String wrapperElementName,
boolean wrapElement,
String elementName,
String keyElementName) |
static AttributeParser |
getObjectMapAttributeParser(String elementName,
String keyElementName,
boolean wrapElement) |
static final AttributeParser SIMPLE
static final AttributeParser SIMPLE_ELEMENT
static final AttributeParser PROPERTIES_WRAPPED
static final AttributeParser PROPERTIES_UNWRAPPED
static final AttributeParser OBJECT_MAP_WRAPPED
static final AttributeParser OBJECT_MAP_UNWRAPPED
static final AttributeParser WRAPPED_OBJECT_LIST_PARSER
static final AttributeParser UNWRAPPED_OBJECT_LIST_PARSER
static final AttributeParser STRING_LIST_NAMED_ELEMENT
static final AttributeParser STRING_LIST
static final AttributeParser STRING_LIST_COMMA_DELIMITED
static AttributeParser getObjectMapAttributeParser(String keyElementName)
static AttributeParser getObjectMapAttributeParser(String elementName, String keyElementName, boolean wrapElement)
static AttributeParser getObjectMapAttributeParser(String elementName, boolean wrapElement)
static AttributeParser getObjectMapAttributeParser(String wrapperElementName, boolean wrapElement, String elementName, String keyElementName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.