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:
java.util.function.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
Constructors Constructor Description SimpleRequestReferencingFactory(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 Detail
-
SimpleRequestReferencingFactory
@Inject public SimpleRequestReferencingFactory(javax.inject.Provider<Ref<org.simpleframework.http.Request>> referenceFactory)
-
-