|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeLiteral | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
com.google.inject.binder | Interfaces which make up Binder 's
expression language. |
Uses of TypeLiteral in com.google.inject |
---|
Methods in com.google.inject that return TypeLiteral | ||
---|---|---|
static
|
TypeLiteral.get(java.lang.Class<T> type)
Gets type literal for the given Class instance. |
|
static TypeLiteral<?> |
TypeLiteral.get(java.lang.reflect.Type type)
Gets type literal for the given Type instance. |
|
TypeLiteral<T> |
Key.getTypeLiteral()
Gets the key type. |
Methods in com.google.inject with parameters of type TypeLiteral | ||
---|---|---|
|
Binder.bind(TypeLiteral<T> typeLiteral)
Creates a binding to a type. |
|
protected
|
AbstractModule.bind(TypeLiteral<T> typeLiteral)
|
|
|
Injector.findBindingsByType(TypeLiteral<T> type)
Finds all bindings to the given type. |
|
static
|
Key.get(TypeLiteral<T> typeLiteral)
Gets a key for an injection type. |
|
static
|
Key.get(TypeLiteral<T> typeLiteral,
java.lang.annotation.Annotation annotation)
Gets a key for an injection type and an annotation. |
|
static
|
Key.get(TypeLiteral<T> typeLiteral,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets a key for an injection type and an annotation type. |
Uses of TypeLiteral in com.google.inject.binder |
---|
Methods in com.google.inject.binder with parameters of type TypeLiteral | |
---|---|
ScopedBindingBuilder |
LinkedBindingBuilder.to(TypeLiteral<? extends T> implementation)
Binds to another binding with the specified type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |