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