Package | Description |
---|---|
com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar . |
Modifier and Type | Method and Description |
---|---|
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
java.lang.annotation.Annotation annotation,
java.lang.Class<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
java.lang.annotation.Annotation annotation,
TypeLiteral<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.Class<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
TypeLiteral<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
java.lang.Class<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(java.lang.Class<T> source,
TypeLiteral<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(Key<T> source,
java.lang.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,
java.lang.annotation.Annotation annotation,
java.lang.Class<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(TypeLiteral<T> source,
java.lang.annotation.Annotation annotation,
TypeLiteral<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(TypeLiteral<T> source,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.Class<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(TypeLiteral<T> source,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
TypeLiteral<? extends T> target)
See the factory configuration examples at
FactoryModuleBuilder . |
<T> FactoryModuleBuilder |
FactoryModuleBuilder.implement(TypeLiteral<T> source,
java.lang.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 . |