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 ResourceMethodInvokerAbstractAsynchronousResponse. methodMethods in org.jboss.resteasy.core that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvokerAbstractAsynchronousResponse. getMethod()Methods in org.jboss.resteasy.core with parameters of type ResourceMethodInvoker Modifier and Type Method Description private 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 ResourceMethodInvoker Modifier and Type Field Description protected ResourceMethodInvokerPostMatchContainerRequestContext. resourceMethodMethods in org.jboss.resteasy.core.interception that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvokerPostMatchContainerRequestContext. 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 ResourceMethodInvokerResteasyAsynchronousResponse. getMethod()Methods in org.jboss.resteasy.spi with parameters of type ResourceMethodInvoker Modifier and Type Method Description voidResteasyAsynchronousResponse. 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 ServerResponsePreProcessInterceptor. preProcess(HttpRequest request, ResourceMethodInvoker method)Deprecated.Preprocess resource method invocation
-