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 Details

    • SimpleRequestReferencingFactory

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