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. -
-
Uses of BeanLocator in org.eclipse.sisu.inject
Subinterfaces of BeanLocator in org.eclipse.sisu.inject Modifier and Type Interface Description interface
MutableBeanLocator
MutableBeanLocator
that finds and tracks bindings across zero or moreBindingPublisher
s.Classes in org.eclipse.sisu.inject that implement BeanLocator Modifier and Type Class Description class
DefaultBeanLocator
DefaultMutableBeanLocator
that locates qualified beans across a dynamic group ofBindingPublisher
s. -
Uses of BeanLocator in org.eclipse.sisu.plexus
Constructors in org.eclipse.sisu.plexus with parameters of type BeanLocator Constructor Description DefaultPlexusBeanLocator(BeanLocator beanLocator)
DefaultPlexusBeanLocator(BeanLocator beanLocator, String visibility)
-