@Provider @Produces(value={"application/xml","application/*+xml","text/xml","text/*+xml"}) @Consumes(value={"application/xml","application/*+xml","text/xml","text/*+xml"}) public class JAXBXmlRootElementProvider extends AbstractJAXBProvider<Object>
providers
Constructor and Description |
---|
JAXBXmlRootElementProvider() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isReadWritable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
decorateMarshaller, decorateUnmarshaller, findJAXBContext, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTo
getSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asyncWriteTo
protected boolean isReadWritable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadWritable
in class AbstractJAXBProvider<Object>
Copyright © 2020 JBoss by Red Hat. All rights reserved.