Registry / utility / staxmapper

staxmapper

JSON →
library1.5.0.Finaljavamavenunverified

Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs.

<dependency> <groupId>org.jboss</groupId> <artifactId>staxmapper</artifactId> <version>1.5.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · STAXMAPPER
S
staxmapper
utilityjavav1.5.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XMLElementReader
org.jboss.staxmapper.XMLElementReader

Implements an XML element reader using StaxMapper for JBoss configuration parsing.

import org.jboss.staxmapper.XMLElementReader; import javax.xml.stream.XMLStreamReader; public class MyReader implements XMLElementReader<List<Object>> { @Override public void readElement(XMLExtendedStreamReader reader, List<Object> value) throws XMLStreamException { // Parse XML element } }
Debug
Known issues
gotchaThis library is tightly coupled with JBoss/WildFly internals; not intended for general-purpose XML parsing.
fix
Use standard StAX or JAXB for general XML processing.
affects: *
Upgrade
Version history
1.5.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
staxmapper — mvn dependency:get staxmapper · libregistry