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 void
Mediator. add(BeanEntry<Q,T> entry, W watcher)
Processes the addedBeanEntry
and sends the necessary updates to the watcher.void
Mediator. remove(BeanEntry<Q,T> entry, W watcher)
Processes the removedBeanEntry
and 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 java.lang.annotation.Annotation,T>
java.lang.Iterable<? extends BeanEntry<Q,T>>BeanLocator. locate(com.google.inject.Key<T> key)
Finds bean implementations that match the given qualified bindingKey
.java.lang.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 java.lang.annotation.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 java.lang.annotation.Annotation,T>
com.google.inject.Provider<java.lang.Iterable<BeanEntry<Q,T>>>Legacy. adapt(com.google.inject.Provider<java.lang.Iterable<? extends BeanEntry<Q,T>>> delegate)
Deprecated.static <Q extends java.lang.annotation.Annotation,T>
java.lang.Iterable<BeanEntry<Q,T>>Legacy. adapt(java.lang.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 interface
BeanEntry<Q extends java.lang.annotation.Annotation,T>
Deprecated.Replaced byorg.eclipse.sisu.BeanEntry
-