Class JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
- java.lang.Object
-
- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
-
- org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
-
- All Implemented Interfaces:
ResourceMethodDispatcher
- Direct Known Subclasses:
JavaResourceMethodDispatcherProvider.ObjectOutInvoker
,JavaResourceMethodDispatcherProvider.ResponseOutInvoker
,JavaResourceMethodDispatcherProvider.SseEventSinkInvoker
,JavaResourceMethodDispatcherProvider.TypeOutInvoker
,JavaResourceMethodDispatcherProvider.VoidOutInvoker
- Enclosing class:
- JavaResourceMethodDispatcherProvider
private abstract static class JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker extends AbstractJavaResourceMethodDispatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
ResourceMethodDispatcher.Provider
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ParamValueFactoryWithSource<?>>
valueProviders
-
Constructor Summary
Constructors Constructor Description AbstractMethodParamInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object[]
getParamValues(ContainerRequest request)
-
Methods inherited from class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
dispatch, doDispatch, invoke, toString
-
-
-
-
Field Detail
-
valueProviders
private final java.util.List<ParamValueFactoryWithSource<?>> valueProviders
-
-
Constructor Detail
-
AbstractMethodParamInvoker
AbstractMethodParamInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator)
-
-
Method Detail
-
getParamValues
final java.lang.Object[] getParamValues(ContainerRequest request)
-
-