|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanEntry | |
|---|---|
| org.sonatype.guice.bean.locators | Locate qualified bean implementations across multiple injectors. |
| org.sonatype.inject | Optional Sonatype extensions to JSR330. |
| Uses of BeanEntry in org.sonatype.guice.bean.locators |
|---|
| Methods in org.sonatype.guice.bean.locators that return types with arguments of type BeanEntry | ||
|---|---|---|
Iterable<BeanEntry> |
DefaultBeanLocator.locate(com.google.inject.Key key)
|
|
|
BeanLocator.locate(com.google.inject.Key<T> key)
Finds bean implementations that match the given qualified binding Key. |
|
| Uses of BeanEntry in org.sonatype.inject |
|---|
| Methods in org.sonatype.inject with parameters of type BeanEntry | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||