@Produces(value="*/*") @Consumes(value="*/*") @Singleton public static final class XmlRootObjectJaxbProvider.General extends XmlRootObjectJaxbProvider
<type>/<sub-type>+xml media types
 into JAXB beans using JAXB unmarshaller.XmlRootObjectJaxbProvider.App, XmlRootObjectJaxbProvider.General, XmlRootObjectJaxbProvider.TextUTF8| Constructor and Description | 
|---|
| General(jakarta.inject.Provider<SAXParserFactory> spf,
       Providers ps,
       Configuration config) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isSupported(MediaType m)Check if the given media type is supported by this JAXB entity provider. | 
getStoredJaxbContext, isReadable, isWriteable, readFrom, writeTogetMarshaller, getSAXSource, getUnmarshaller, isFormattedOutput, isXmlRootElementProcessing, setConfiguration, setHeadergetCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsString@Inject public General(@Context jakarta.inject.Provider<SAXParserFactory> spf, @Context Providers ps, @Context Configuration config)
protected boolean isSupported(MediaType m)
AbstractJaxbProvider
 Subclasses can override this method. Default implementation always returns true.
 
isSupported in class AbstractJaxbProvider<Object>m - media type to be checked for support.true if the media type is supported by the entity provider, false otherwise.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.