public interface AttributeParsers
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeParsers.MapParser |
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 |
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 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 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 © 2017 JBoss by Red Hat. All rights reserved.