Package org.glassfish.jersey.server.model.internal
package org.glassfish.jersey.server.model.internal
Jersey server-side internal model related and routing helper classes.
-
ClassesClassDescriptionAbstract resource method dispatcher that provides skeleton implementation of dispatching requests to a particular
Java method
using suppliedJava method invocation handler
.An implementation ofResourceMethodDispatcher.Provider
that creates instances ofResourceMethodDispatcher
.Utility to transformerror messages
toResourceModelIssue
s.Common model helper methods.Helper class with methods supporting processing resource model bymodel processors
.Method bean containing basic information about enhancing resource method.A resource method dispatcher provider factory.An injectableresource method invocation handler provider
factory.Configurator which initializes and registerResourceMethodDispatcher
instance intoBootstrapBag
.Specific resource method dispatcher for dispatching requests to a voidJava method
with no input arguments using a suppliedJava method invocation handler
.