Package | Description |
---|---|
org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
Modifier and Type | Field and Description |
---|---|
(package private) RankedBindings<T> |
LocatedBeans.explicitBindings |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Long,RankedBindings> |
DefaultBeanLocator.cachedBindings |
Modifier and Type | Method and Description |
---|---|
private RankedBindings |
DefaultBeanLocator.fetchBindings(com.google.inject.TypeLiteral type,
java.lang.Long[] idReturn)
Fetches any bindings currently associated with the given type.
|
Constructor and Description |
---|
LocatedBeans(com.google.inject.Key<T> key,
RankedBindings<T> explicitBindings,
ImplicitBindings implicitBindings) |