-
Classes Class Description org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper This should no longer be used as it's quite simple to implement and is tied to the implementation
-
Methods Method Description org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper.createValidator() See jakarta.xml.bind.JAXBContext#createValidator().org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.isValidating() This method is deprecated as of JAXB 2.0 - please use the newSecureUnmarshaller.getSchema()API.org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.setValidating(boolean) since JAXB2.0, please seeSecureUnmarshaller.getSchema()