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 Details

    • SimpleResponseReferencingFactory

      @Inject public SimpleResponseReferencingFactory(javax.inject.Provider<Ref<org.simpleframework.http.Response>> referenceFactory)