Uses of Class
org.jboss.resteasy.core.ResourceMethodInvoker
Packages that use ResourceMethodInvoker
Package
Description
JAX-RS specification 1.1 ({@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>})
had no interceptor framework, so Resteasy release 2.x provided one.
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceMethodInvokerModifier and TypeFieldDescriptionprotected ResourceMethodInvoker
AbstractAsynchronousResponse.method
Methods in org.jboss.resteasy.core that return ResourceMethodInvokerMethods in org.jboss.resteasy.core with parameters of type ResourceMethodInvokerModifier and TypeMethodDescriptionprivate static void
ServerResponseWriter.executeFilters
(BuiltResponse jaxrsResponse, HttpRequest request, HttpResponse response, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method) protected static void
ServerResponseWriter.setDefaultContentType
(HttpRequest request, BuiltResponse jaxrsResponse, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method) void
AbstractAsynchronousResponse.setMethod
(ResourceMethodInvoker method) -
Uses of ResourceMethodInvoker in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as ResourceMethodInvokerModifier and TypeFieldDescriptionprotected final ResourceMethodInvoker
PostMatchContainerRequestContext.resourceMethod
Methods in org.jboss.resteasy.core.interception that return ResourceMethodInvokerConstructors in org.jboss.resteasy.core.interception with parameters of type ResourceMethodInvokerModifierConstructorDescriptionPostMatchContainerRequestContext
(HttpRequest request, ResourceMethodInvoker resourceMethod) -
Uses of ResourceMethodInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceMethodInvokerMethods in org.jboss.resteasy.spi with parameters of type ResourceMethodInvokerModifier and TypeMethodDescriptionvoid
ResteasyAsynchronousResponse.setMethod
(ResourceMethodInvoker method) -
Uses of ResourceMethodInvoker in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception with parameters of type ResourceMethodInvokerModifier and TypeMethodDescriptionPreProcessInterceptor.preProcess
(HttpRequest request, ResourceMethodInvoker method) Deprecated.Preprocess resource method invocation