Class ProfileIoclet

  • All Implemented Interfaces:
    colesico.framework.ioc.ioclet.Ioclet

    @Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
              timestamp="2019-11-10T09:54:26.407Z",
              hashId="b2847ea5-62dd-4207-8cdb-fc0b07644e6c",
              comments="Producer: ClassElement{originElement=colesico.framework.profile.internal.ProfileProducer}")
    public final class ProfileIoclet
    extends Object
    implements colesico.framework.ioc.ioclet.Ioclet
    • Constructor Detail

      • ProfileIoclet

        public ProfileIoclet()
    • Method Detail

      • getProducerId

        public final String getProducerId()
        Specified by:
        getProducerId in interface colesico.framework.ioc.ioclet.Ioclet
      • getRank

        public final String getRank()
        Specified by:
        getRank 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<Locale> getLocaleFactory2()
        Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: null
      • getProfileTeleAssistFactory3

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

        public colesico.framework.ioc.ioclet.Factory<ProfileConfigPrototype> getProfileConfigFactory4()
        Factory to produce colesico.framework.profile.ProfileConfigPrototype 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
      • getProfileConfigImplFactory6

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

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