public class JettisonJaxbElementProvider extends AbstractJaxbElementProvider
JAXBElement
type.| Modifier and Type | Class and Description |
|---|---|
static class |
JettisonJaxbElementProvider.App |
static class |
JettisonJaxbElementProvider.General |
UTF8| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
protected jakarta.xml.bind.JAXBElement<?> |
readFrom(Class<?> type,
MediaType mediaType,
jakarta.xml.bind.Unmarshaller unmarshaller,
InputStream entityStream) |
protected void |
writeTo(jakarta.xml.bind.JAXBElement<?> t,
MediaType mediaType,
Charset c,
jakarta.xml.bind.Marshaller m,
OutputStream entityStream) |
readFrom, writeTogetMarshaller, getSAXSource, getStoredJaxbContext, getUnmarshaller, isFormattedOutput, isSupported, isXmlRootElementProcessing, setConfiguration, setHeadergetCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsStringpublic boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
isReadable in interface MessageBodyReader<jakarta.xml.bind.JAXBElement<?>>isReadable in class AbstractJaxbElementProviderpublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
isWriteable in interface MessageBodyWriter<jakarta.xml.bind.JAXBElement<?>>isWriteable in class AbstractJaxbElementProviderprotected final jakarta.xml.bind.JAXBElement<?> readFrom(Class<?> type, MediaType mediaType, jakarta.xml.bind.Unmarshaller unmarshaller, InputStream entityStream) throws jakarta.xml.bind.JAXBException
readFrom in class AbstractJaxbElementProviderjakarta.xml.bind.JAXBExceptionprotected final void writeTo(jakarta.xml.bind.JAXBElement<?> t,
MediaType mediaType,
Charset c,
jakarta.xml.bind.Marshaller m,
OutputStream entityStream)
throws jakarta.xml.bind.JAXBException
writeTo in class AbstractJaxbElementProviderjakarta.xml.bind.JAXBExceptionCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.