Uses of Interface
org.eclipse.sisu.inject.BeanLocator
-
Packages that use BeanLocator 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. -
-
Uses of BeanLocator in org.eclipse.sisu.inject
Subinterfaces of BeanLocator in org.eclipse.sisu.inject Modifier and Type Interface Description interfaceMutableBeanLocatorMutableBeanLocatorthat finds and tracks bindings across zero or moreBindingPublishers.Classes in org.eclipse.sisu.inject that implement BeanLocator Modifier and Type Class Description classDefaultBeanLocatorDefaultMutableBeanLocatorthat locates qualified beans across a dynamic group ofBindingPublishers. -
Uses of BeanLocator in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as BeanLocator Modifier and Type Field Description private BeanLocatorDefaultPlexusBeanLocator. beanLocatorConstructors in org.eclipse.sisu.plexus with parameters of type BeanLocator Constructor Description DefaultPlexusBeanLocator(BeanLocator beanLocator)DefaultPlexusBeanLocator(BeanLocator beanLocator, java.lang.String visibility) -
Uses of BeanLocator in org.eclipse.sisu.space
Fields in org.eclipse.sisu.space with type parameters of type BeanLocator Modifier and Type Field Description private javax.inject.Provider<BeanLocator>MediationListener. locator -
Uses of BeanLocator in org.eclipse.sisu.wire
Fields in org.eclipse.sisu.wire with type parameters of type BeanLocator Modifier and Type Field Description (package private) com.google.inject.Provider<BeanLocator>BeanProviders. locatorprivate com.google.inject.Provider<BeanLocator>PlaceholderBeanProvider. locatorConstructor parameters in org.eclipse.sisu.wire with type arguments of type BeanLocator Constructor Description PlaceholderBeanProvider(com.google.inject.Provider<BeanLocator> locator, com.google.inject.Key<V> key)
-