Package org.jboss.as.controller
Class AttributeParsers.MapParser
- java.lang.Object
-
- org.jboss.as.controller.AttributeParser
-
- org.jboss.as.controller.AttributeParsers.MapParser
-
- Direct Known Subclasses:
AttributeParsers.ObjectMapParser
,AttributeParsers.PropertiesParser
- Enclosing interface:
- AttributeParsers
public abstract static class AttributeParsers.MapParser extends AttributeParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AttributeParser
AttributeParser.DiscardOldDefaultValueParser
-
-
Field Summary
Fields Modifier and Type Field Description protected String
elementName
protected boolean
wrapElement
protected String
wrapperElement
-
Fields inherited from class org.jboss.as.controller.AttributeParser
COMMA_DELIMITED_STRING_LIST, LIST, OBJECT_LIST_PARSER, OBJECT_PARSER, PROPERTIES_PARSER, PROPERTIES_PARSER_UNWRAPPED, SIMPLE, STRING_LIST, UNWRAPPED_OBJECT_LIST_PARSER, WRAPPED_OBJECT_LIST_PARSER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getXmlName(AttributeDefinition attribute)
boolean
isParseAsElement()
void
parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)
abstract void
parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation)
-
Methods inherited from class org.jboss.as.controller.AttributeParser
parse, parseAndSetParameter
-
-
-
-
Method Detail
-
isParseAsElement
public boolean isParseAsElement()
- Overrides:
isParseAsElement
in classAttributeParser
-
getXmlName
public String getXmlName(AttributeDefinition attribute)
- Overrides:
getXmlName
in classAttributeParser
-
parseElement
public void parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException
- Overrides:
parseElement
in classAttributeParser
- Throws:
XMLStreamException
-
parseSingleElement
public abstract void parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException
- Throws:
XMLStreamException
-
-