Package | Description |
---|---|
org.jboss.as.controller |
Modifier and Type | Class and Description |
---|---|
static class |
AttributeParser.DiscardOldDefaultValueParser |
static class |
AttributeParsers.PropertiesParser |
Modifier and Type | Field and Description |
---|---|
static AttributeParser |
AttributeParser.COMMA_DELIMITED_STRING_LIST |
static AttributeParser |
AttributeParser.LIST |
static AttributeParser |
AttributeParser.OBJECT_LIST_PARSER |
static AttributeParser |
AttributeParser.OBJECT_PARSER |
protected AttributeParser |
AbstractAttributeDefinitionBuilder.parser |
static AttributeParser |
AttributeParser.PROPERTIES_PARSER |
static AttributeParser |
AttributeParser.PROPERTIES_PARSER_UNWRAPPED |
static AttributeParser |
AttributeParsers.PROPERTIES_UNWRAPPED |
static AttributeParser |
AttributeParsers.PROPERTIES_WRAPPED |
static AttributeParser |
AttributeParser.SIMPLE |
static AttributeParser |
AttributeParser.STRING_LIST |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,AttributeParser> |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.attributeParsers |
Modifier and Type | Method and Description |
---|---|
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. |
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 © 2023 JBoss by Red Hat. All rights reserved.