Uses of Interface
org.sonatype.inject.BeanEntry
-
Packages that use BeanEntry Package Description 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.inject
Methods in org.eclipse.sisu.inject that return BeanEntry Modifier and Type Method Description static <Q extends Annotation,T>
BeanEntry<Q,T>Legacy. adapt(BeanEntry<Q,T> delegate)
Deprecated.Methods in org.eclipse.sisu.inject that return types with 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
Methods in org.sonatype.inject with parameters of type BeanEntry Modifier and Type Method Description void
Mediator. add(BeanEntry<Q,T> entry, W watcher)
Deprecated.void
Mediator. remove(BeanEntry<Q,T> entry, W watcher)
Deprecated.
-