- 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="2019-11-17T14:03:11.993Z", hashId="5eaf1c45-0ef4-41b8-8e00-b89b72aaffb4", comments="Producer: ClassElement{originElement=colesico.framework.profile.internal.ProfileProducer}") public final class ProfileIoclet extends Object implements colesico.framework.ioc.ioclet.Ioclet
-
-
Constructor Summary
Constructors Constructor Description ProfileIoclet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFactories(colesico.framework.ioc.ioclet.Catalog catalog)colesico.framework.ioc.ioclet.Factory<DefaultProfileKit>getDefaultProfileKitFactory5()Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<Locale>getLocaleFactory2()Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: nullStringgetProducerId()colesico.framework.ioc.ioclet.Factory<ProfileConfigPrototype>getProfileConfigFactory4()Factory to produce colesico.framework.profile.ProfileConfigPrototype class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileConfigImpl>getProfileConfigImplFactory6()Factory to produce colesico.framework.profile.internal.ProfileConfigImpl class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<Profile>getProfileFactory1()Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileKit>getProfileKitFactory0()Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileTeleAssist>getProfileTeleAssistFactory3()Factory to produce colesico.framework.profile.teleapi.ProfileTeleAssist class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileTeleAssistImpl>getProfileTeleAssistImplFactory7()Factory to produce colesico.framework.profile.internal.ProfileTeleAssistImpl class instance Scope: SINGLETON; Custom: nullStringgetRank()
-
-
-
Method Detail
-
getProducerId
public final String getProducerId()
- Specified by:
getProducerIdin interfacecolesico.framework.ioc.ioclet.Ioclet
-
getRank
public final String getRank()
- Specified by:
getRankin interfacecolesico.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:
addFactoriesin interfacecolesico.framework.ioc.ioclet.Ioclet
-
-