@Produces(value="*/*") @Consumes(value="*/*") public static final class JettisonListElementProvider.General extends JettisonListElementProvider
JettisonListElementProvider.App, JettisonListElementProvider.General
AbstractCollectionJaxbProvider.JaxbTypeChecker
UTF8
Constructor and Description |
---|
General(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.
|
getXMLStreamReader, isReadable, isWriteable, writeCollection
getElementClass, getElementName, getRootElementName, readFrom, verifyArrayType, verifyCollectionSubclass, verifyGenericType, writeTo
getMarshaller, getSAXSource, getStoredJaxbContext, getUnmarshaller, isFormattedOutput, isXmlRootElementProcessing, setConfiguration, setHeader
getCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsString
@Inject public General(@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-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.