|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.AbstractModule
com.google.api.ads.common.lib.factory.FactoryModule<C,D,S,H>
C - the subclass of AdsServiceClientD - the subclass of AdsServiceDescriptorS - the subclass of AdsSessionH - the subclass of AdsServiceClientFactoryHelperpublic class FactoryModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession,H extends AdsServiceClientFactoryHelper<C,S,D>>
Module for factories.
| Nested Class Summary | |
|---|---|
static interface |
FactoryModule.AdsServiceClientFactoryInterface<C extends AdsServiceClient<S,D>,S extends AdsSession,D extends AdsServiceDescriptor>
Factory interface class to create AdsServiceClient. |
static interface |
FactoryModule.AdsServiceDescriptorFactoryInterface<D extends AdsServiceDescriptor>
Factory interface class to create AdsServiceDescriptor. |
| Constructor Summary | |
|---|---|
FactoryModule(com.google.inject.TypeLiteral adsServiceClientFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceClientTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorTypeLiteral,
Class<H> factoryHelperClass,
Class<?> factoryClass)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
configure()
|
| Methods inherited from class com.google.inject.AbstractModule |
|---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryModule(com.google.inject.TypeLiteral adsServiceClientFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceClientTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorTypeLiteral,
Class<H> factoryHelperClass,
Class<?> factoryClass)
adsServiceClientFactoryTypeLiteral - the factory type literal which
contains a FactoryModule.AdsServiceClientFactoryInterfaceadsServiceDescriptorFactoryTypeLiteral - the factory type literal
which contains a FactoryModule.AdsServiceDescriptorFactoryInterfaceadsServiceClientTypeLiteral - the ads service client literal which
contains a AdsServiceClientadsServiceDescriptorTypeLiteral - the ads service descriptor literal
which contains a AdsServiceDescriptorfactoryHelperClass - the factory helper classfactoryClass - the factory class| Method Detail |
|---|
protected void configure()
configure in class com.google.inject.AbstractModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||