Uses of Class
org.jboss.resteasy.core.ResourceMethodInvoker
-
-
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
protected ResourceMethodInvoker
AsyncResponseConsumer. method
Methods in org.jboss.resteasy.core that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
AbstractAsynchronousResponse. getMethod()
ResourceMethodInvoker
ResourceMethodInvokerAwareResponse. getMethod()
Methods in org.jboss.resteasy.core with parameters of type ResourceMethodInvoker Modifier and Type Method Description protected static javax.ws.rs.core.MediaType
ServerResponseWriter. getDefaultContentType(HttpRequest request, BuiltResponse jaxrsResponse, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method)
static javax.ws.rs.core.MediaType
ServerResponseWriter. getResponseMediaType(BuiltResponse jaxrsResponse, HttpRequest request, HttpResponse response, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method)
static AsyncResponseConsumer
AsyncResponseConsumer. makeAsyncResponseConsumer(ResourceMethodInvoker method, AsyncResponseProvider<?> asyncResponseProvider)
static AsyncResponseConsumer
AsyncResponseConsumer. makeAsyncResponseConsumer(ResourceMethodInvoker method, AsyncStreamProvider<?> asyncStreamProvider)
protected static void
ServerResponseWriter. setDefaultContentType(HttpRequest request, BuiltResponse jaxrsResponse, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method)
void
AbstractAsynchronousResponse. setMethod(ResourceMethodInvoker method)
void
ResourceMethodInvokerAwareResponse. setMethod(ResourceMethodInvoker method)
static void
ServerResponseWriter. setResponseMediaType(BuiltResponse jaxrsResponse, HttpRequest request, HttpResponse response, ResteasyProviderFactory providerFactory, ResourceMethodInvoker method)
Constructors in org.jboss.resteasy.core with parameters of type ResourceMethodInvoker Constructor Description AsyncResponseConsumer(ResourceMethodInvoker method)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as ResourceMethodInvoker Modifier and Type Field Description protected ResourceMethodInvoker
PostMatchContainerRequestContext. resourceMethod
Methods in org.jboss.resteasy.core.interception.jaxrs that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
PostMatchContainerRequestContext. getResourceMethod()
Constructors in org.jboss.resteasy.core.interception.jaxrs with parameters of type ResourceMethodInvoker Constructor Description PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod)
Deprecated.PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod, javax.ws.rs.container.ContainerRequestFilter[] requestFilters, Supplier<BuiltResponse> continuation)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.jsapi
Methods in org.jboss.resteasy.jsapi that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
MethodMetaData. getInvoker()
Constructors in org.jboss.resteasy.jsapi with parameters of type ResourceMethodInvoker Constructor Description MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.jsapi.i18n
Methods in org.jboss.resteasy.jsapi.i18n with parameters of type ResourceMethodInvoker Modifier and Type Method Description String
Messages_$bundle. invoker(ResourceMethodInvoker invoker)
String
Messages. invoker(ResourceMethodInvoker invoker)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.plugins.providers
Methods in org.jboss.resteasy.plugins.providers that return ResourceMethodInvoker Modifier and Type Method Description protected ResourceMethodInvoker
AbstractPatchMethodFilter. getMethodInvoker(javax.ws.rs.container.ContainerRequestContext requestContext)
Methods in org.jboss.resteasy.plugins.providers with parameters of type ResourceMethodInvoker Modifier and Type Method Description protected Object
AbstractPatchMethodFilter. getTargetObject(javax.ws.rs.container.ContainerRequestContext requestContext, ResourceMethodInvoker methodInvoker)
-
Uses of ResourceMethodInvoker in org.jboss.resteasy.wadl
Methods in org.jboss.resteasy.wadl that return ResourceMethodInvoker Modifier and Type Method Description ResourceMethodInvoker
ResteasyWadlMethodMetaData. getResourceInvoker()
Constructors in org.jboss.resteasy.wadl with parameters of type ResourceMethodInvoker Constructor Description ResteasyWadlMethodMetaData(ResteasyWadlServiceRegistry serviceRegistry, ResourceMethodInvoker resourceInvoker)
-