Uses of Class
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Packages that use NamespacePrefixMapper Package Description org.apache.cxf.common.jaxb org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of NamespacePrefixMapper in org.apache.cxf.common.jaxb
Subclasses of NamespacePrefixMapper in org.apache.cxf.common.jaxb Modifier and Type Class Description classNamespaceMapper -
Uses of NamespacePrefixMapper in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type NamespacePrefixMapper Modifier and Type Method Description voidXMLSerializer. setPrefixMapper(NamespacePrefixMapper prefixMapper) -
Uses of NamespacePrefixMapper in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output that return NamespacePrefixMapper Modifier and Type Method Description NamespacePrefixMapperNamespaceContextImpl. getPrefixMapper()Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type NamespacePrefixMapper Modifier and Type Method Description voidNamespaceContextImpl. setPrefixMapper(NamespacePrefixMapper mapper) -
Uses of NamespacePrefixMapper in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of NamespacePrefixMapper in org.jboss.resteasy.plugins.providers.jaxb Modifier and Type Class Description classXmlNamespacePrefixMapperDeprecated.This should no longer be used as it's quite simple to implement and is tied to the implementation
-