See: Description
Class | Description |
---|---|
AbstractJavaResourceMethodDispatcher |
Abstract resource method dispatcher that provides skeleton implementation of
dispatching requests to a particular
Java method using supplied
Java method invocation handler . |
JavaResourceMethodDispatcherProvider |
An implementation of
ResourceMethodDispatcher.Provider that
creates instances of ResourceMethodDispatcher . |
JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker | |
JavaResourceMethodDispatcherProvider.ObjectOutInvoker | |
JavaResourceMethodDispatcherProvider.ResponseOutInvoker | |
JavaResourceMethodDispatcherProvider.SseEventSinkInvoker | |
JavaResourceMethodDispatcherProvider.TypeOutInvoker | |
JavaResourceMethodDispatcherProvider.VoidOutInvoker | |
ModelErrors |
Utility to transform
error messages to ResourceModelIssue s. |
ModelHelper |
Common model helper methods.
|
ModelProcessorUtil |
Helper class with methods supporting processing resource model by
model processors . |
ModelProcessorUtil.Method |
Method bean containing basic information about enhancing resource method.
|
ResourceMethodDispatcherFactory |
A resource method dispatcher provider factory.
|
ResourceMethodInvocationHandlerFactory |
An injectable
resource method
invocation handler provider factory. |
ResourceMethodInvokerConfigurator |
Configurator which initializes and register
ResourceMethodDispatcher instance into BootstrapBag . |
VoidVoidDispatcherProvider |
Specific resource method dispatcher for dispatching requests to a void
Java method with no input arguments
using a supplied Java method invocation handler . |
VoidVoidDispatcherProvider.VoidToVoidDispatcher |