public abstract static class AttributeParsers.AttributeElementParser extends AttributeParser
AttributeParser.DiscardOldDefaultValueParserCOMMA_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| Constructor and Description |
|---|
AttributeElementParser() |
AttributeElementParser(String xmlName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXmlName(AttributeDefinition attribute) |
boolean |
isParseAsElement() |
abstract void |
parseElement(AttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
parse, parseAndSetParameterpublic AttributeElementParser()
public AttributeElementParser(String xmlName)
public boolean isParseAsElement()
isParseAsElement in class AttributeParserpublic String getXmlName(AttributeDefinition attribute)
getXmlName in class AttributeParserpublic abstract void parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException
parseElement in class AttributeParserXMLStreamExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.