- java.lang.Object
-
- colesico.framework.profile.internal.ProfileProducer
-
@Producer @Produce(DefaultProfileKit.class) @Produce(ProfileConfigImpl.class) @Produce(ProfileSerializerImpl.class) @Produce(CommonProfileCreatorImpl.class) public class ProfileProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonProfileCreatorgetCommonProfileCreator(CommonProfileCreatorImpl impl)LocalegetLocale(ProfileKit kit)ProfilegetProfile(ProfileKit kit)ProfileConfigPrototypegetProfileConfig(ProfileConfigImpl impl)Default profile configProfileKitgetProfileKit(DefaultProfileKit impl)ProfileSerializergetProfileSerializer(ProfileSerializerImpl impl)
-
-
-
Method Detail
-
getProfileKit
@Singleton public ProfileKit getProfileKit(DefaultProfileKit impl)
-
getProfile
public Profile getProfile(ProfileKit kit)
-
getLocale
public Locale getLocale(ProfileKit kit)
-
getProfileSerializer
@Singleton public ProfileSerializer getProfileSerializer(ProfileSerializerImpl impl)
-
getCommonProfileCreator
@Singleton public CommonProfileCreator getCommonProfileCreator(CommonProfileCreatorImpl impl)
-
getProfileConfig
@Singleton public ProfileConfigPrototype getProfileConfig(ProfileConfigImpl impl)
Default profile config
-
-