Package | Description |
---|---|
org.grouplens.grapht | |
org.grouplens.grapht.context | |
org.grouplens.grapht.solver |
Dependency resolution.
|
Class and Description |
---|
BindingFunction
Locate bindings for an injection point.
|
DesireChain
A sequence of desires.
|
InjectionContext
InjectionContext represents the current path through the dependency graph to
the desire being resolved by
BindingFunction.bind(InjectionContext, DesireChain) . |
SolverException
Deprecated.
|
Class and Description |
---|
InjectionContext
InjectionContext represents the current path through the dependency graph to
the desire being resolved by
BindingFunction.bind(InjectionContext, DesireChain) . |
Class and Description |
---|
BindingFlag
Flags controlling binding behavior.
|
BindingFunction
Locate bindings for an injection point.
|
BindingResult
BindingResult is the result tuple of a
BindingFunction . |
BindingResult.Builder |
BindRule
BindRule is a partial function from desire to desire that acts as a binding.
|
BindRuleBuilder
Builder for bind rules.
|
DefaultDesireBindingFunction
A binding function that looks for
DefaultImplementation or
DefaultProvider on the desired type or the qualifier. |
DependencySolver
DependencySolver is a utility for resolving Desires into a dependency graph,
where nodes are shared when permitted by a Satisfaction's dependency
configuration.
|
DependencySolverBuilder
A builder for
DependencySolver s. |
DesireChain
A sequence of desires.
|
InjectionContext
InjectionContext represents the current path through the dependency graph to
the desire being resolved by
BindingFunction.bind(InjectionContext, DesireChain) . |
SolverException
Deprecated.
|
Copyright © 2016 GroupLens Research. All rights reserved.