Uses of Class
org.jboss.resteasy.core.ResourceMethodInvoker
-
Packages that use ResourceMethodInvoker Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception org.jboss.resteasy.spi org.jboss.resteasy.spi.interception JAX-RS specification 1.1 ({@link https://jcp.org/en/jsr/detail?id=311}) 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 ResourceMethodInvoker Modifier and Type Field Description protected ResourceMethodInvoker
AbstractAsynchronousResponse. method
Methods in org.jboss.resteasy.core that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
AbstractAsynchronousResponse. getMethod()
Methods in org.jboss.resteasy.core with parameters of type ResourceMethodInvoker Modifier and Type Method Description private 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 ResourceMethodInvoker Modifier and Type Field Description protected ResourceMethodInvoker
PostMatchContainerRequestContext. resourceMethod
Methods in org.jboss.resteasy.core.interception that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
PostMatchContainerRequestContext. getResourceMethod()
Constructors in org.jboss.resteasy.core.interception with parameters of type ResourceMethodInvoker Constructor Description PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
ResteasyAsynchronousResponse. getMethod()
Methods in org.jboss.resteasy.spi with parameters of type ResourceMethodInvoker Modifier and Type Method Description void
ResteasyAsynchronousResponse. setMethod(ResourceMethodInvoker method)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception with parameters of type ResourceMethodInvoker Modifier and Type Method Description ServerResponse
PreProcessInterceptor. preProcess(HttpRequest request, ResourceMethodInvoker method)
Deprecated.Preprocess resource method invocation
-