Class FastInfosetMapProvider
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.MapProvider
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetMapProvider
- 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 FastInfosetMapProvider
extends MapProvider
- Author:
- Przemyslaw Bielicki
-
Field Summary
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
providers
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
getCharset, getFinder, getJAXBObject, getSize, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWrapped, isWriteable, readFrom, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.core.messagebody.AsyncBufferedMessageBodyWriter
asyncWriteTo
-
Constructor Details
-
FastInfosetMapProvider
public FastInfosetMapProvider()
-
-
Method Details
-
needsSecurity
protected boolean needsSecurity()- Overrides:
needsSecurity
in classMapProvider
-