Class FastInfosetCollectionProvider
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetCollectionProvider
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<Object>, jakarta.ws.rs.ext.MessageBodyWriter<Object>, AsyncBufferedMessageBodyWriter<Object>, AsyncMessageBodyWriter<Object>
@Provider
@Consumes({"application/fastinfoset","application/*+fastinfoset"})
@Produces({"application/fastinfoset","application/*+fastinfoset"})
public class FastInfosetCollectionProvider
extends CollectionProvider
- Author:
- Przemyslaw Bielicki
-
Field Summary
Fields inherited from class CollectionProvider
providers -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CollectionProvider
getCharset, getFinder, getJAXBObject, getSize, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWrapped, isWriteable, readFrom, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeToMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AsyncBufferedMessageBodyWriter
asyncWriteTo
-
Constructor Details
-
FastInfosetCollectionProvider
public FastInfosetCollectionProvider()
-
-
Method Details
-
needsSecurity
protected boolean needsSecurity()- Overrides:
needsSecurityin classCollectionProvider
-