Package | Description |
---|---|
org.eclipse.sisu |
Injectable API for Sisu components (a.k.a beans).
|
org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
org.sonatype.inject |
Deprecated; new applications should use
org.eclipse.sisu . |
Modifier and Type | Method and Description |
---|---|
void |
Mediator.add(BeanEntry<Q,T> entry,
W watcher)
Processes the added
BeanEntry and sends the necessary updates to the watcher. |
void |
Mediator.remove(BeanEntry<Q,T> entry,
W watcher)
Processes the removed
BeanEntry and sends the necessary updates to the watcher. |
Modifier and Type | Method and Description |
---|---|
Iterable<BeanEntry> |
DefaultBeanLocator.locate(com.google.inject.Key key) |
<Q extends Annotation,T> |
BeanLocator.locate(com.google.inject.Key<T> key)
Finds bean implementations that match the given qualified binding
Key . |
Modifier and Type | Method and Description |
---|---|
static <Q extends Annotation,T> |
Legacy.adapt(BeanEntry<Q,T> delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends Annotation,T> |
Legacy.adapt(Iterable<? extends BeanEntry<Q,T>> delegate)
Deprecated.
|
static <Q extends Annotation,T> |
Legacy.adapt(com.google.inject.Provider<Iterable<? extends BeanEntry<Q,T>>> delegate)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanEntry<Q extends Annotation,T>
Deprecated.
Replaced by
org.eclipse.sisu.BeanEntry |
Copyright © 2018. All rights reserved.