Class SimpleContainer.SimpleResponseReferencingFactory

  • All Implemented Interfaces:
    java.util.function.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 Detail

      • SimpleResponseReferencingFactory

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