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="2020-06-16T17:07:52.269Z",
hashId="6df1d4df-41d2-47d6-a0ee-2c54ebc6a773",
comments="Producer: ClassElement{originElement=colesico.framework.profile.internal.ProfileProducer}")
public final class ProfileIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProfileIoclet() -
Method Summary
Modifier and Type Method Description voidaddFactories(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: nullcolesico.framework.ioc.ioclet.Factory<CommonProfileCreatorImpl>getCommonProfileCreatorImplFactory9()Factory to produce colesico.framework.profile.internal.CommonProfileCreatorImpl class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<DefaultProfileKit>getDefaultProfileKitFactory6()Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: nulljava.lang.StringgetId()colesico.framework.ioc.ioclet.Factory<java.util.Locale>getLocaleFactory2()Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileConfigPrototype>getProfileConfigFactory5()Factory to produce colesico.framework.profile.ProfileConfigPrototype class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileConfigImpl>getProfileConfigImplFactory7()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<ProfileSerializer>getProfileSerializerFactory3()Factory to produce colesico.framework.profile.teleapi.ProfileSerializer class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileSerializerImpl>getProfileSerializerImplFactory8()Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null
-
Constructor Details
-
ProfileIoclet
public ProfileIoclet()
-
-
Method Details
-
getId
public final java.lang.String getId()- Specified by:
getIdin interfacecolesico.framework.ioc.ioclet.Ioclet
-
getProfileKitFactory0
Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: null -
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
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 -
getProfileConfigFactory5
Factory to produce colesico.framework.profile.ProfileConfigPrototype class instance Scope: SINGLETON; Custom: null -
getDefaultProfileKitFactory6
Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: null -
getProfileConfigImplFactory7
Factory to produce colesico.framework.profile.internal.ProfileConfigImpl class instance Scope: SINGLETON; Custom: null -
getProfileSerializerImplFactory8
public colesico.framework.ioc.ioclet.Factory<ProfileSerializerImpl> getProfileSerializerImplFactory8()Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null -
getCommonProfileCreatorImplFactory9
public colesico.framework.ioc.ioclet.Factory<CommonProfileCreatorImpl> getCommonProfileCreatorImplFactory9()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:
addFactoriesin interfacecolesico.framework.ioc.ioclet.Ioclet
-