Package | Description |
---|---|
org.grouplens.grapht |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext
Implementations of convenience methods on
Context . |
class |
InjectorBuilder
InjectorBuilder is a Builder implementation that is capable of creating a
simple
Injector . |
Modifier and Type | Method and Description |
---|---|
Context |
InjectorBuilder.at(Annotation annot,
Class<?> type) |
Context |
Context.at(Annotation qualifier,
Class<?> type)
Create a new Context that extends the current context stack with the given class, qualified
by the specific Annotation instance.
|
Context |
InjectorBuilder.at(Class<?> type) |
Context |
Context.at(Class<?> type)
Create a new Context that extends the current context stack with the given class type as an
anchored match.
|
Context |
InjectorBuilder.at(Class<? extends Annotation> qualifier,
Class<?> type) |
Context |
Context.at(Class<? extends Annotation> qualifier,
Class<?> type)
Create a new Context that extends the current context stack with the given class and
Qualifier annotation as an anchored match. |
Context |
BindingFunctionBuilder.getRootContext() |
Context |
Context.in(Annotation qualifier,
Class<?> type)
Deprecated.
|
Context |
AbstractContext.in(Annotation qualifier,
Class<?> type)
Deprecated.
|
Context |
Context.in(Class<?> type)
Deprecated.
Use
within(Class) . |
Context |
AbstractContext.in(Class<?> type)
Deprecated.
|
Context |
Context.in(Class<? extends Annotation> qualifier,
Class<?> type)
Deprecated.
Use
within(Class, Class) . |
Context |
AbstractContext.in(Class<? extends Annotation> qualifier,
Class<?> type)
Deprecated.
|
Context |
InjectorBuilder.matching(ContextPattern pattern) |
Context |
Context.matching(ContextPattern pattern)
Restruct context to matching a particular pattern.
|
Context |
InjectorBuilder.within(Annotation annot,
Class<?> type) |
Context |
Context.within(Annotation qualifier,
Class<?> type)
Create a new Context that extends the current context stack with the
given class, qualified by the specific Annotation instance.
|
Context |
InjectorBuilder.within(Class<?> type) |
Context |
Context.within(Class<?> type)
Create a new Context that extends the current context stack with the
given class type.
|
Context |
InjectorBuilder.within(Class<? extends Annotation> qualifier,
Class<?> type) |
Context |
Context.within(Class<? extends Annotation> qualifier,
Class<?> type)
Create a new Context that extends the current context stack with the
given class and
Qualifier annotation. |
Modifier and Type | Method and Description |
---|---|
void |
Module.configure(Context ctx)
Configure bindings given the root Context, ct.
|
Copyright © 2016 GroupLens Research. All rights reserved.