| Package | Description |
|---|---|
| org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
| org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
| org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
| org.eclipse.sisu.wire |
Customizable wiring of unresolved dependencies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBeanLocator
Mutable
BeanLocator that finds and tracks bindings across zero or more BindingPublishers. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeanLocator
Default
MutableBeanLocator that locates qualified beans across a dynamic group of BindingPublishers. |
| Modifier and Type | Field and Description |
|---|---|
private BeanLocator |
DefaultPlexusBeanLocator.beanLocator |
| Constructor and Description |
|---|
DefaultPlexusBeanLocator(BeanLocator beanLocator) |
DefaultPlexusBeanLocator(BeanLocator beanLocator,
java.lang.String visibility) |
| Modifier and Type | Field and Description |
|---|---|
private javax.inject.Provider<BeanLocator> |
MediationListener.locator |
| Modifier and Type | Field and Description |
|---|---|
private com.google.inject.Provider<BeanLocator> |
PlaceholderBeanProvider.locator |
(package private) com.google.inject.Provider<BeanLocator> |
BeanProviders.locator |
| Constructor and Description |
|---|
PlaceholderBeanProvider(com.google.inject.Provider<BeanLocator> locator,
com.google.inject.Key<V> key) |