Class RestletWritersIoclet

java.lang.Object
colesico.framework.restlet.internal.RestletWritersIoclet
All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet

@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
          timestamp="2020-10-07T09:59:01.010Z",
          hashId="c6709eaa-215a-4815-b009-7bae5d152ac3",
          comments="Producer: colesico.framework.restlet.internal.RestletWritersProducer")
public final class RestletWritersIoclet
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
    RestletWritersIoclet()  
  • Method Summary

    Modifier and Type Method Description
    void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)  
    java.lang.String getId()  
    colesico.framework.ioc.ioclet.Factory<JsonWriter> getJsonWriterFactory4()
    Factory to produce colesico.framework.restlet.teleapi.writer.JsonWriter class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<ObjectWriter> getObjectWriterFactory0()
    Factory to produce colesico.framework.restlet.teleapi.writer.ObjectWriter class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<PlainTextWriter> getPlainTextWriterFactory3()
    Factory to produce colesico.framework.restlet.teleapi.writer.PlainTextWriter class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<RestletTeleWriter> getPrincipalWriterFactory1()
    Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.security.Principal
    colesico.framework.ioc.ioclet.Factory<RestletTeleWriter> getProfileWriterFactory2()
    Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.profile.Profile

    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
    • getObjectWriterFactory0

      public colesico.framework.ioc.ioclet.Factory<ObjectWriter> getObjectWriterFactory0()
      Factory to produce colesico.framework.restlet.teleapi.writer.ObjectWriter class instance Scope: SINGLETON; Custom: null
    • getPrincipalWriterFactory1

      public colesico.framework.ioc.ioclet.Factory<RestletTeleWriter> getPrincipalWriterFactory1()
      Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.security.Principal
    • getProfileWriterFactory2

      public colesico.framework.ioc.ioclet.Factory<RestletTeleWriter> getProfileWriterFactory2()
      Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.profile.Profile
    • getPlainTextWriterFactory3

      public colesico.framework.ioc.ioclet.Factory<PlainTextWriter> getPlainTextWriterFactory3()
      Factory to produce colesico.framework.restlet.teleapi.writer.PlainTextWriter class instance Scope: SINGLETON; Custom: null
    • getJsonWriterFactory4

      public colesico.framework.ioc.ioclet.Factory<JsonWriter> getJsonWriterFactory4()
      Factory to produce colesico.framework.restlet.teleapi.writer.JsonWriter class instance Scope: SINGLETON; Custom: null
    • addFactories

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