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 Constructor Description UnWrappedObjectListParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLCardinalitygetCardinality(AttributeDefinition attribute)Returns the cardinality of the XML particle for the specified attribute.StringgetXmlName(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
isParseAsElement
-
Methods inherited from class org.jboss.as.controller.AttributeParser
parse, parseAndSetParameter
-
-
-
-
Method Detail
-
getXmlName
public String getXmlName(AttributeDefinition attribute)
- 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
public XMLCardinality getCardinality(AttributeDefinition attribute)
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.
-
-