Uses of Class
com.google.inject.assistedinject.FactoryModuleBuilder

Packages that use FactoryModuleBuilder
com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requires guice-assistedinject-3.0.jar
 

Uses of FactoryModuleBuilder in com.google.inject.assistedinject
 

Methods in com.google.inject.assistedinject that return FactoryModuleBuilder
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, Annotation annotation, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, Annotation annotation, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Class<T> source, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Key<T> source, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(Key<T> source, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, Annotation annotation, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, Class<? extends Annotation> annotationType, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, Class<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
<T> FactoryModuleBuilder
FactoryModuleBuilder.implement(TypeLiteral<T> source, TypeLiteral<? extends T> target)
          See the factory configuration examples at FactoryModuleBuilder.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.