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 ResourceMethodDispatcherResourceMethodInvoker.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) classAbstract resource method dispatcher that provides skeleton implementation of dispatching requests to a particularJava methodusing suppliedJava method invocation handler.private static classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static classMethods 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 dispatcherfor a giveninvocable resource method.