Package org.glassfish.jersey.simple
Class SimpleContainer.SimpleRequestReferencingFactory
java.lang.Object
org.glassfish.jersey.internal.inject.ReferencingFactory<org.simpleframework.http.Request>
org.glassfish.jersey.simple.SimpleContainer.SimpleRequestReferencingFactory
- All Implemented Interfaces:
Supplier<org.simpleframework.http.Request>
- Enclosing class:
SimpleContainer
private static class SimpleContainer.SimpleRequestReferencingFactory
extends ReferencingFactory<org.simpleframework.http.Request>
Referencing factory for Simple request.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleRequestReferencingFactory
(javax.inject.Provider<Ref<org.simpleframework.http.Request>> referenceFactory) -
Method Summary
Methods inherited from class org.glassfish.jersey.internal.inject.ReferencingFactory
get, referenceFactory, referenceFactory
-
Constructor Details
-
SimpleRequestReferencingFactory
@Inject public SimpleRequestReferencingFactory(javax.inject.Provider<Ref<org.simpleframework.http.Request>> referenceFactory)
-