public static class AttributeParsers.PropertiesParser extends AttributeParser
AttributeParser.DiscardOldDefaultValueParser
COMMA_DELIMITED_STRING_LIST, LIST, OBJECT_LIST_PARSER, OBJECT_PARSER, PROPERTIES_PARSER, PROPERTIES_PARSER_UNWRAPPED, SIMPLE, STRING_LIST
Constructor and Description |
---|
PropertiesParser() |
PropertiesParser(boolean wrapElement) |
PropertiesParser(String wrapperElement) |
PropertiesParser(String wrapperElement,
boolean wrapElement) |
PropertiesParser(String wrapperElement,
String elementName,
boolean wrapElement) |
Modifier and Type | Method and Description |
---|---|
String |
getXmlName(AttributeDefinition attribute) |
boolean |
isParseAsElement() |
void |
parseElement(AttributeDefinition attribute,
org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode operation) |
parse, parseAndSetParameter
public PropertiesParser(String wrapperElement, String elementName, boolean wrapElement)
public PropertiesParser(String wrapperElement, boolean wrapElement)
public PropertiesParser(boolean wrapElement)
public PropertiesParser(String wrapperElement)
public PropertiesParser()
public boolean isParseAsElement()
isParseAsElement
in class AttributeParser
public String getXmlName(AttributeDefinition attribute)
getXmlName
in class AttributeParser
public void parseElement(AttributeDefinition attribute, org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode operation) throws XMLStreamException
parseElement
in class AttributeParser
XMLStreamException
Copyright © 2023 JBoss by Red Hat. All rights reserved.