@MetaInfServices public class RestStoreConfigurationParser extends java.lang.Object implements ConfigurationParser
| Constructor and Description |
|---|
RestStoreConfigurationParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends ConfigurationBuilderInfo> |
getConfigurationBuilderInfo() |
Namespace[] |
getNamespaces() |
void |
readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed a
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping. |
public void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws javax.xml.stream.XMLStreamException
ConfigurationParserXMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping.readElement in interface ConfigurationParserreader - the XML stream readerholder - a holder object used by the parser to maintain statejavax.xml.stream.XMLStreamExceptionpublic Namespace[] getNamespaces()
getNamespaces in interface ConfigurationParserpublic java.lang.Class<? extends ConfigurationBuilderInfo> getConfigurationBuilderInfo()
getConfigurationBuilderInfo in interface ConfigurationParserConfigurationBuilderInfo used to build the root element of the parser.