Uses of Interface
org.eclipse.sisu.BeanEntry
-
Packages that use BeanEntry Package Description org.eclipse.sisu Injectable API for Sisu components (a.k.a beans).org.eclipse.sisu.inject Dynamic bean lookup across multiple injectors.org.sonatype.inject Deprecated; new applications should useorg.eclipse.sisu. -
-
Uses of BeanEntry in org.eclipse.sisu
Methods in org.eclipse.sisu with parameters of type BeanEntry Modifier and Type Method Description voidMediator. add(BeanEntry<Q,T> entry, W watcher)Processes the addedBeanEntryand sends the necessary updates to the watcher.voidMediator. remove(BeanEntry<Q,T> entry, W watcher)Processes the removedBeanEntryand sends the necessary updates to the watcher. -
Uses of BeanEntry in org.eclipse.sisu.inject
Methods in org.eclipse.sisu.inject that return types with arguments of type BeanEntry Modifier and Type Method Description <Q extends Annotation,T>
Iterable<? extends BeanEntry<Q,T>>BeanLocator. locate(com.google.inject.Key<T> key)Finds bean implementations that match the given qualified bindingKey.Iterable<BeanEntry>DefaultBeanLocator. locate(com.google.inject.Key key)Methods in org.eclipse.sisu.inject with parameters of type BeanEntry Modifier and Type Method Description static <Q extends Annotation,T>
BeanEntry<Q,T>Legacy. adapt(BeanEntry<Q,T> delegate)Deprecated.Method parameters in org.eclipse.sisu.inject with type arguments of type BeanEntry Modifier and Type Method Description static <Q extends Annotation,T>
com.google.inject.Provider<Iterable<BeanEntry<Q,T>>>Legacy. adapt(com.google.inject.Provider<Iterable<? extends BeanEntry<Q,T>>> delegate)Deprecated.static <Q extends Annotation,T>
Iterable<BeanEntry<Q,T>>Legacy. adapt(Iterable<? extends BeanEntry<Q,T>> delegate)Deprecated. -
Uses of BeanEntry in org.sonatype.inject
Subinterfaces of BeanEntry in org.sonatype.inject Modifier and Type Interface Description interfaceBeanEntry<Q extends Annotation,T>Deprecated.Replaced byorg.eclipse.sisu.BeanEntry
-