Class RequestContext

java.lang.Object
org.glassfish.jersey.inject.hk2.RequestContext
All Implemented Interfaces:
Context<RequestScoped>

@Singleton public class RequestContext extends Object implements Context<RequestScoped>
Class is able to communicate with RequestScope and provide request-scoped descriptors to HK2 DI provider to create or destroy instances.