Package org.jboss.as.controller
Class AttributeParsers.ObjectMapParser
java.lang.Object
org.jboss.as.controller.AttributeParser
org.jboss.as.controller.AttributeParsers.MapParser
org.jboss.as.controller.AttributeParsers.ObjectMapParser
- Enclosing interface:
- AttributeParsers
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.controller.AttributeParser
AttributeParser.DiscardOldDefaultValueParser -
Field Summary
Fields inherited from class org.jboss.as.controller.AttributeParsers.MapParser
elementName, wrapElement, wrapperElementFields inherited from class org.jboss.as.controller.AttributeParser
COMMA_DELIMITED_STRING_LIST, OBJECT_LIST_PARSER, OBJECT_PARSER, PROPERTIES_PARSER, PROPERTIES_PARSER_UNWRAPPED, SIMPLE, STRING_LIST, UNWRAPPED_OBJECT_LIST_PARSER, WRAPPED_OBJECT_LIST_PARSER -
Constructor Summary
ConstructorsConstructorDescriptionObjectMapParser(boolean wrapElement) ObjectMapParser(String elementName, boolean wrapElement) ObjectMapParser(String wrapperElement, String elementName, boolean wrapElement, String keyAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidparseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) Methods inherited from class org.jboss.as.controller.AttributeParsers.MapParser
getCardinality, getXmlName, isParseAsElement, parseElementMethods inherited from class org.jboss.as.controller.AttributeParser
parse, parseAndSetParameter
-
Constructor Details
-
ObjectMapParser
-
ObjectMapParser
public ObjectMapParser() -
ObjectMapParser
public ObjectMapParser(boolean wrapElement) -
ObjectMapParser
-
-
Method Details
-
parseSingleElement
public void parseSingleElement(MapAttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException - Specified by:
parseSingleElementin classAttributeParsers.MapParser- Throws:
XMLStreamException
-