Class HttpIoclet

java.lang.Object
colesico.framework.http.internal.HttpIoclet
All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet

@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
          timestamp="2020-04-23T17:30:19.288Z",
          hashId="85df9303-73fb-4a1c-b0fa-581f009f720a",
          comments="Producer: ClassElement{originElement=colesico.framework.http.internal.HttpProducer}")
public final class HttpIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
  • Field Summary

    Fields inherited from interface colesico.framework.ioc.ioclet.Ioclet

    ADD_FACTORIES_METHOD, CATALOG_PARAM, GET_ID_METHOD
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpIoclet()  
  • Method Summary

    Modifier and Type Method Description
    void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)  
    colesico.framework.ioc.ioclet.Factory<HttpContext> getHttpContextFactory0()
    Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<HttpRequest> getHttpRequestFactory1()
    Factory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<HttpResponse> getHttpResponseFactory2()
    Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: null
    java.lang.String getId()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

      public final java.lang.String getId()
      Specified by:
      getId in interface colesico.framework.ioc.ioclet.Ioclet
    • getHttpContextFactory0

      public colesico.framework.ioc.ioclet.Factory<HttpContext> getHttpContextFactory0()
      Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: null
    • getHttpRequestFactory1

      public colesico.framework.ioc.ioclet.Factory<HttpRequest> getHttpRequestFactory1()
      Factory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: null
    • getHttpResponseFactory2

      public colesico.framework.ioc.ioclet.Factory<HttpResponse> getHttpResponseFactory2()
      Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: null
    • addFactories

      public final void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)
      Specified by:
      addFactories in interface colesico.framework.ioc.ioclet.Ioclet