Package org.jboss.as.controller
Class AttributeParsers.UnWrappedObjectListParser
java.lang.Object
org.jboss.as.controller.AttributeParser
org.jboss.as.controller.AttributeParsers.WrappedObjectListParser
org.jboss.as.controller.AttributeParsers.UnWrappedObjectListParser
- Enclosing interface:
- AttributeParsers
public static class AttributeParsers.UnWrappedObjectListParser
extends AttributeParsers.WrappedObjectListParser
-
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.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCardinality(AttributeDefinition attribute) Returns the cardinality of the XML particle for the specified attribute.getXmlName(AttributeDefinition attribute) voidparseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) Methods inherited from class org.jboss.as.controller.AttributeParsers.WrappedObjectListParser
isParseAsElementMethods inherited from class org.jboss.as.controller.AttributeParser
parse, parseAndSetParameter
-
Constructor Details
-
UnWrappedObjectListParser
public UnWrappedObjectListParser()
-
-
Method Details
-
getXmlName
- Overrides:
getXmlNamein classAttributeParser
-
parseElement
public void parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException - Overrides:
parseElementin classAttributeParsers.WrappedObjectListParser- Throws:
XMLStreamException
-
getCardinality
Description copied from class:AttributeParserReturns the cardinality of the XML particle for the specified attribute.- Overrides:
getCardinalityin classAttributeParser- Parameters:
attribute- an attribute definition- Returns:
- the cardinality of the XML particle for the specified attribute.
-