Package io.micronaut.jaxrs.runtime.core
Class JaxRsResponseFilter
java.lang.Object
io.micronaut.jaxrs.runtime.core.JaxRsResponseFilter
- All Implemented Interfaces:
Ordered
,HttpFilter
,HttpServerFilter
@Filter("/**")
@Internal
public class JaxRsResponseFilter
extends Object
implements HttpServerFilter
A filter which retrieves the actual response from the returned JAX-RS Response object.
- Since:
- 1.0
- Author:
- graemerocher
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<MutableHttpResponse<?>>
doFilter
(HttpRequest<?> request, ServerFilterChain chain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.http.filter.HttpServerFilter
doFilter
-
Constructor Details
-
JaxRsResponseFilter
public JaxRsResponseFilter()
-
-
Method Details
-
doFilter
public org.reactivestreams.Publisher<MutableHttpResponse<?>> doFilter(HttpRequest<?> request, ServerFilterChain chain) - Specified by:
doFilter
in interfaceHttpServerFilter
-