| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeParser.DiscardOldDefaultValueParser |
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 | 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 |
AttributeDefinition.getParser() |
AttributeParser |
AbstractAttributeDefinitionBuilder.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. |
| Constructor and Description |
|---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.