Uses of Class
org.jboss.resteasy.core.ResourceMethodInvoker
Packages that use ResourceMethodInvoker
Package
Description
JAX-RS specification 1.1 (
})
had no interceptor framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceMethodInvokerModifier and TypeFieldDescriptionprotected ResourceMethodInvokerAbstractAsynchronousResponse.methodMethods in org.jboss.resteasy.core that return ResourceMethodInvokerMethods in org.jboss.resteasy.core with parameters of type ResourceMethodInvokerModifier and TypeMethodDescriptionprivate static voidServerResponseWriter.executeFilters(BuiltResponse jaxrsResponse, HttpRequest request, HttpResponse response, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method) protected static voidServerResponseWriter.setDefaultContentType(HttpRequest request, BuiltResponse jaxrsResponse, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method) voidAbstractAsynchronousResponse.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 ResourceMethodInvokerPostMatchContainerRequestContext.resourceMethodMethods 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 TypeMethodDescriptionvoidResteasyAsynchronousResponse.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