Uses of Interface
org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
Packages that use ResourceMethodDispatcher
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal model related and routing helper classes.
Jersey server-side internal service provider contract (SPI) classes.
-
Uses of ResourceMethodDispatcher in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as ResourceMethodDispatcherModifier and TypeFieldDescriptionprivate final ResourceMethodDispatcher
ResourceMethodInvoker.dispatcher
-
Uses of ResourceMethodDispatcher in org.glassfish.jersey.server.model.internal
Classes in org.glassfish.jersey.server.model.internal that implement ResourceMethodDispatcherModifier and TypeClassDescription(package private) class
Abstract resource method dispatcher that provides skeleton implementation of dispatching requests to a particularJava method
using suppliedJava method invocation handler
.private static class
private static final class
private static final class
private static final class
private static final class
private static final class
private static class
Methods in org.glassfish.jersey.server.model.internal that return ResourceMethodDispatcherModifier and TypeMethodDescriptionJavaResourceMethodDispatcherProvider.create
(Invocable resourceMethod, InvocationHandler invocationHandler, ConfiguredValidator validator) ResourceMethodDispatcherFactory.create
(Invocable resourceMethod, InvocationHandler handler, ConfiguredValidator validator) VoidVoidDispatcherProvider.create
(Invocable resourceMethod, InvocationHandler handler, ConfiguredValidator validator) -
Uses of ResourceMethodDispatcher in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that return ResourceMethodDispatcherModifier and TypeMethodDescriptionResourceMethodDispatcher.Provider.create
(Invocable method, InvocationHandler handler, ConfiguredValidator validator) Create aresource method dispatcher
for a giveninvocable resource method
.