@Provider @Produces(value={"application/xml","application/*+xml","text/xml","text/*+xml"}) @Consumes(value={"application/xml","application/*+xml","text/xml","text/*+xml"}) public class JAXBXmlSeeAlsoProvider extends AbstractJAXBProvider<Object>
providers
Constructor and Description |
---|
JAXBXmlSeeAlsoProvider() |
Modifier and Type | Method and Description |
---|---|
JAXBContext |
findJAXBContext(Class<?> type,
Annotation[] annotations,
MediaType mediaType,
boolean reader) |
protected boolean |
isReadWritable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
decorateMarshaller, decorateUnmarshaller, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTo
getSize
public JAXBContext findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader) throws JAXBException
findJAXBContext
in class AbstractJAXBProvider<Object>
JAXBException
protected boolean isReadWritable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
isReadWritable
in class AbstractJAXBProvider<Object>
Copyright © 2021 JBoss by Red Hat. All rights reserved.