Package com.helger.jaxb
Class JAXBNamespacePrefixMapper
java.lang.Object
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
com.helger.jaxb.JAXBNamespacePrefixMapper
public class JAXBNamespacePrefixMapper
extends org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
A special namespace prefix mapper for the Jakarta XML Binding
implementation.
Important note: this class works only, if the
Important note: this class works only, if the
com.sun.xml.bind:jaxb-impl artifact is in your classpath,
because this class extends
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
which is not available in the other JAXB implementations.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
getContextualNamespaceDecls, getPreDeclaredNamespaceUris, getPreDeclaredNamespaceUris2
-
Constructor Details
-
JAXBNamespacePrefixMapper
-
-
Method Details