java.lang.Object
colesico.framework.profile.internal.ProfileIoclet
All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet

@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
          timestamp="2021-05-31T10:06:05.571Z",
          hashId="2e1c79bc-7d99-4e89-b9b9-bfc857d85276",
          comments="Producer: colesico.framework.profile.internal.ProfileProducer")
public final class ProfileIoclet
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
    ProfileIoclet()  
  • Method Summary

    Modifier and Type Method Description
    void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)  
    colesico.framework.ioc.ioclet.Factory<CommonProfileCreator> getCommonProfileCreatorFactory4()
    Factory to produce colesico.framework.profile.teleapi.CommonProfileCreator class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<CommonProfileCreatorImpl> getCommonProfileCreatorImplFactory7()
    Factory to produce colesico.framework.profile.internal.CommonProfileCreatorImpl class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<DefaultProfileKit> getDefaultProfileKitFactory5()
    Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: null
    java.lang.String getId()  
    colesico.framework.ioc.ioclet.Factory<java.util.Locale> getLocaleFactory2()
    Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<Profile> getProfileFactory1()
    Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<ProfileKit> getProfileKitFactory0()
    Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<ProfileSerializer> getProfileSerializerFactory3()
    Factory to produce colesico.framework.profile.teleapi.ProfileSerializer class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<ProfileSerializerImpl> getProfileSerializerImplFactory6()
    Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null

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

      public colesico.framework.ioc.ioclet.Factory<ProfileKit> getProfileKitFactory0()
      Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: null
    • getProfileFactory1

      public colesico.framework.ioc.ioclet.Factory<Profile> getProfileFactory1()
      Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: null
    • getLocaleFactory2

      public colesico.framework.ioc.ioclet.Factory<java.util.Locale> getLocaleFactory2()
      Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: null
    • getProfileSerializerFactory3

      public colesico.framework.ioc.ioclet.Factory<ProfileSerializer> getProfileSerializerFactory3()
      Factory to produce colesico.framework.profile.teleapi.ProfileSerializer class instance Scope: SINGLETON; Custom: null
    • getCommonProfileCreatorFactory4

      public colesico.framework.ioc.ioclet.Factory<CommonProfileCreator> getCommonProfileCreatorFactory4()
      Factory to produce colesico.framework.profile.teleapi.CommonProfileCreator class instance Scope: SINGLETON; Custom: null
    • getDefaultProfileKitFactory5

      public colesico.framework.ioc.ioclet.Factory<DefaultProfileKit> getDefaultProfileKitFactory5()
      Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: null
    • getProfileSerializerImplFactory6

      public colesico.framework.ioc.ioclet.Factory<ProfileSerializerImpl> getProfileSerializerImplFactory6()
      Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null
    • getCommonProfileCreatorImplFactory7

      public colesico.framework.ioc.ioclet.Factory<CommonProfileCreatorImpl> getCommonProfileCreatorImplFactory7()
      Factory to produce colesico.framework.profile.internal.CommonProfileCreatorImpl 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