Uses of Interface
org.eclipse.sisu.inject.BeanLocator
Packages that use BeanLocator
Package
Description
Dynamic bean lookup across multiple injectors.
Sisu-Plexus backend implementation.
Customizable scanning of bean implementations.
Customizable wiring of unresolved dependencies.
-
Uses of BeanLocator in org.eclipse.sisu.inject
Subinterfaces of BeanLocator in org.eclipse.sisu.injectModifier and TypeInterfaceDescriptioninterfaceMutableBeanLocatorthat finds and tracks bindings across zero or moreBindingPublishers.Classes in org.eclipse.sisu.inject that implement BeanLocatorModifier and TypeClassDescriptionfinal classDefaultMutableBeanLocatorthat locates qualified beans across a dynamic group ofBindingPublishers. -
Uses of BeanLocator in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as BeanLocatorConstructors in org.eclipse.sisu.plexus with parameters of type BeanLocatorModifierConstructorDescriptionDefaultPlexusBeanLocator(BeanLocator beanLocator) DefaultPlexusBeanLocator(BeanLocator beanLocator, String visibility) -
Uses of BeanLocator in org.eclipse.sisu.space
Fields in org.eclipse.sisu.space with type parameters of type BeanLocatorModifier and TypeFieldDescriptionprivate final 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 BeanLocatorModifier and TypeFieldDescription(package private) final com.google.inject.Provider<BeanLocator> BeanProviders.locatorprivate final com.google.inject.Provider<BeanLocator> PlaceholderBeanProvider.locatorConstructor parameters in org.eclipse.sisu.wire with type arguments of type BeanLocatorModifierConstructorDescription(package private)PlaceholderBeanProvider(com.google.inject.Provider<BeanLocator> locator, com.google.inject.Key<V> key)