| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeParser.DiscardOldDefaultValueParser |
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 |
AttributeParser.COMMA_DELIMITED_STRING_LIST |
static AttributeParser |
AttributeParser.LIST
Deprecated.
|
static AttributeParser |
AttributeParser.OBJECT_LIST_PARSER |
static AttributeParser |
AttributeParsers.OBJECT_MAP_UNWRAPPED |
static AttributeParser |
AttributeParsers.OBJECT_MAP_WRAPPED |
static AttributeParser |
AttributeParser.OBJECT_PARSER |
protected AttributeParser |
AbstractAttributeDefinitionBuilder.parser
Deprecated.
use
AbstractAttributeDefinitionBuilder.getParser() as this field will be made private in a future release |
static AttributeParser |
AttributeParser.PROPERTIES_PARSER |
static AttributeParser |
AttributeParser.PROPERTIES_PARSER_UNWRAPPED |
static AttributeParser |
AttributeParsers.PROPERTIES_UNWRAPPED |
static AttributeParser |
AttributeParsers.PROPERTIES_WRAPPED |
static AttributeParser |
AttributeParsers.SIMPLE
Simple attribute parser, that loads attribute from xml attribute
|
static AttributeParser |
AttributeParser.SIMPLE |
static AttributeParser |
AttributeParsers.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 |
AttributeParsers.STRING_LIST |
static AttributeParser |
AttributeParser.STRING_LIST |
static AttributeParser |
AttributeParsers.STRING_LIST_COMMA_DELIMITED |
static AttributeParser |
AttributeParsers.STRING_LIST_NAMED_ELEMENT |
static AttributeParser |
AttributeParsers.UNWRAPPED_OBJECT_LIST_PARSER |
static AttributeParser |
AttributeParser.UNWRAPPED_OBJECT_LIST_PARSER |
static AttributeParser |
AttributeParsers.WRAPPED_OBJECT_LIST_PARSER |
static AttributeParser |
AttributeParser.WRAPPED_OBJECT_LIST_PARSER |
| Modifier and Type | Method and Description |
|---|---|
static AttributeParser |
AttributeParsers.getObjectMapAttributeParser(String keyElementName) |
static AttributeParser |
AttributeParsers.getObjectMapAttributeParser(String elementName,
boolean wrapElement) |
static AttributeParser |
AttributeParsers.getObjectMapAttributeParser(String wrapperElementName,
boolean wrapElement,
String elementName,
String keyElementName) |
static AttributeParser |
AttributeParsers.getObjectMapAttributeParser(String elementName,
String keyElementName,
boolean wrapElement) |
AttributeParser |
AbstractAttributeDefinitionBuilder.getParser() |
AttributeParser |
AttributeDefinition.getParser() |
| Modifier and Type | Method and Description |
|---|---|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser,
AttributeMarshaller attributeMarshaller) |
BUILDER |
AbstractAttributeDefinitionBuilder.setAttributeParser(AttributeParser parser)
Sets a custom
AttributeParser to use for parsing attribute from xml. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.