Class WriterInterceptorContextImpl
java.lang.Object
org.jboss.resteasy.reactive.server.jaxrs.AbstractInterceptorContext
org.jboss.resteasy.reactive.server.jaxrs.WriterInterceptorContextImpl
- All Implemented Interfaces:
jakarta.ws.rs.ext.InterceptorContext,jakarta.ws.rs.ext.WriterInterceptorContext
public class WriterInterceptorContextImpl
extends AbstractInterceptorContext
implements jakarta.ws.rs.ext.WriterInterceptorContext
-
Field Summary
Fields inherited from class org.jboss.resteasy.reactive.server.jaxrs.AbstractInterceptorContext
annotations, context, genericType, mediaType, rediscoveryNeeded, serialisers, type -
Constructor Summary
ConstructorsConstructorDescriptionWriterInterceptorContextImpl(ResteasyReactiveRequestContext context, jakarta.ws.rs.ext.WriterInterceptor[] interceptors, jakarta.ws.rs.ext.MessageBodyWriter<?> writer, Annotation[] annotations, Class<?> type, Type genericType, Object entity, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, ServerSerialisers serialisers) -
Method Summary
Methods inherited from class org.jboss.resteasy.reactive.server.jaxrs.AbstractInterceptorContext
getAnnotations, getGenericType, getMediaType, getProperty, getPropertyNames, getType, removeProperty, setAnnotations, setGenericType, setMediaType, setProperty, setTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.InterceptorContext
getAnnotations, getGenericType, getMediaType, getProperty, getPropertyNames, getType, hasProperty, removeProperty, setAnnotations, setGenericType, setMediaType, setProperty, setType
-
Constructor Details
-
WriterInterceptorContextImpl
public WriterInterceptorContextImpl(ResteasyReactiveRequestContext context, jakarta.ws.rs.ext.WriterInterceptor[] interceptors, jakarta.ws.rs.ext.MessageBodyWriter<?> writer, Annotation[] annotations, Class<?> type, Type genericType, Object entity, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, ServerSerialisers serialisers)
-
-
Method Details
-
proceed
- Specified by:
proceedin interfacejakarta.ws.rs.ext.WriterInterceptorContext- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
getEntity
- Specified by:
getEntityin interfacejakarta.ws.rs.ext.WriterInterceptorContext
-
setEntity
- Specified by:
setEntityin interfacejakarta.ws.rs.ext.WriterInterceptorContext
-
getOutputStream
- Specified by:
getOutputStreamin interfacejakarta.ws.rs.ext.WriterInterceptorContext
-
setOutputStream
- Specified by:
setOutputStreamin interfacejakarta.ws.rs.ext.WriterInterceptorContext
-
getHeaders
- Specified by:
getHeadersin interfacejakarta.ws.rs.ext.WriterInterceptorContext
-