users@jersey.java.net

[Jersey] Reg : Inject Class Field into ResourceMethodDispatchProvider

From: Barada (Personal) <"Barada>
Date: Wed, 17 Jul 2013 12:26:35 +0530

Hi,

Am using Jersey 1.17.
Am using a custom ResourceMethodDispatchProvider to decorate a resource method.

Does Jersey provide any method of doing a class field injection (by using an InjectableProvider) into a custom ResourceMethodDispatchProvider?

Am attempting to use the SecurityContext under which the request is executed.

~ Barada
@baradasahu