Class XmlCollectionJaxbProvider.App
- java.lang.Object
-
- org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider<T>
-
- org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider<Object>
-
- org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
-
- org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
-
- org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider.App
-
- All Implemented Interfaces:
MessageBodyReader<Object>,MessageBodyWriter<Object>
- Enclosing class:
- XmlCollectionJaxbProvider
@Produces("application/xml") @Consumes("application/xml") @Singleton public static final class XmlCollectionJaxbProvider.App extends XmlCollectionJaxbProvider
JAXB provider for marshalling/un-marshalling collections from/to entities ofapplication/xmlmedia type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
XmlCollectionJaxbProvider.App, XmlCollectionJaxbProvider.General, XmlCollectionJaxbProvider.Text
-
Nested classes/interfaces inherited from class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
AbstractCollectionJaxbProvider.JaxbTypeChecker
-
-
Field Summary
-
Fields inherited from class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
UTF8
-
-
Constructor Summary
Constructors Constructor Description App(jakarta.inject.Provider<XMLInputFactory> xif, Providers ps, Configuration config)
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider
getXMLStreamReader, writeCollection
-
Methods inherited from class org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
getElementClass, getElementName, getRootElementName, isReadable, isWriteable, readFrom, verifyArrayType, verifyCollectionSubclass, verifyGenericType, writeTo
-
Methods inherited from class org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
getMarshaller, getSAXSource, getStoredJaxbContext, getUnmarshaller, isFormattedOutput, isSupported, isXmlRootElementProcessing, setConfiguration, setHeader
-
Methods inherited from class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
getCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsString
-
-
-
-
Constructor Detail
-
App
@Inject public App(@Context jakarta.inject.Provider<XMLInputFactory> xif, @Context Providers ps, @Context Configuration config)
-
-