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="2022-03-23T10:19:21.197Z",
hashId="51444baf-00bd-4a8e-977f-419296d47985",
comments="Producer: colesico.framework.profile.internal.ProfileProducer")
public final class ProfileIoclet
extends 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 -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddFactories(colesico.framework.ioc.ioclet.Catalog catalog) colesico.framework.ioc.ioclet.Factory<CommonProfileCreator>Factory to produce colesico.framework.profile.teleapi.CommonProfileCreator class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<CommonProfileCreatorImpl>Factory to produce colesico.framework.profile.internal.CommonProfileCreatorImpl class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<DefaultProfileKit>Factory to produce colesico.framework.profile.DefaultProfileKit class instance Scope: UNSCOPED; Custom: nullfinal StringgetId()colesico.framework.ioc.ioclet.Factory<Locale>Factory to produce java.util.Locale class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<Profile>Factory to produce colesico.framework.profile.Profile class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileKit>Factory to produce colesico.framework.profile.ProfileKit class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileSerializer>Factory to produce colesico.framework.profile.teleapi.ProfileSerializer class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ProfileSerializerImpl>Factory to produce colesico.framework.profile.internal.ProfileSerializerImpl class instance Scope: SINGLETON; Custom: null
-
Constructor Details
-
ProfileIoclet
public ProfileIoclet()
-
-
Method Details
-
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
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 -
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:
addFactoriesin interfacecolesico.framework.ioc.ioclet.Ioclet
-