Uses of Class
jakarta.xml.bind.annotation.XmlNs
-
Packages that use XmlNs Package Description jakarta.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.jboss.resteasy.annotations.providers.jaxb org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of XmlNs in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation that return XmlNs Modifier and Type Method Description XmlNs[]xmlns()Customize the namespace URI, prefix associations. -
Uses of XmlNs in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type XmlNs Modifier and Type Method Description Set<XmlNs>JAXBContextImpl. getXmlNsSet()Returns declared XmlNs annotations (from package-level annotation XmlSchema -
Uses of XmlNs in org.jboss.resteasy.annotations.providers.jaxb
Methods in org.jboss.resteasy.annotations.providers.jaxb that return XmlNs Modifier and Type Method Description XmlNs[]namespaces() -
Uses of XmlNs in org.jboss.resteasy.plugins.providers.jaxb
Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type XmlNs Constructor Description XmlNamespacePrefixMapper(XmlNs... namespaces)Deprecated.Create a new XmlNamespecePrefixMapper.
-