Package | Description |
---|---|
com.google.gwt.inject.client.assistedinject |
Modifier and Type | Method and Description |
---|---|
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
Annotation annotation,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
Annotation annotation,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
Class<? extends Annotation> annotationType,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
Class<? extends Annotation> annotationType,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Class<T> source,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Key<T> source,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(Key<T> source,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
Annotation annotation,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
Annotation annotation,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
Class<? extends Annotation> annotationType,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
Class<? extends Annotation> annotationType,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
Class<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
<T> GinFactoryModuleBuilder |
GinFactoryModuleBuilder.implement(TypeLiteral<T> source,
TypeLiteral<? extends T> target)
See the factory configuration examples at
GinFactoryModuleBuilder . |
Copyright © 2008–2018. All rights reserved.