| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Class and Description |
|---|---|
static class |
MapAttributeDefinition.Builder<BUILDER extends MapAttributeDefinition.Builder,ATTRIBUTE extends MapAttributeDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING and values of type ObjectTypeAttributeDefinition |
class |
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
class |
SimpleMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING and values of type ModelType |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AttributeParsers.MapParser.parseSingleElement(MapAttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
void |
AttributeParsers.PropertiesParser.parseSingleElement(MapAttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
void |
AttributeParsers.ObjectMapParser.parseSingleElement(MapAttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
| Constructor and Description |
|---|
Builder(MapAttributeDefinition basis) |
Builder(MapAttributeDefinition basis) |
| Constructor and Description |
|---|
MapAttributeDefinition(MapAttributeDefinition.Builder<? extends MapAttributeDefinition.Builder,? extends MapAttributeDefinition> builder) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.