Uses of Interface
org.eclipse.sisu.Mediator
-
Packages that use Mediator Package Description org.eclipse.sisu.inject Dynamic bean lookup across multiple injectors. -
-
Uses of Mediator in org.eclipse.sisu.inject
Methods in org.eclipse.sisu.inject that return Mediator Modifier and Type Method Description static <Q extends java.lang.annotation.Annotation,T,W>
Mediator<Q,T,W>Legacy. adapt(Mediator<Q,T,W> delegate)
Deprecated.Methods in org.eclipse.sisu.inject with parameters of type Mediator Modifier and Type Method Description <Q extends java.lang.annotation.Annotation,T,W>
voidBeanLocator. watch(com.google.inject.Key<T> key, Mediator<Q,T,W> mediator, W watcher)
Tracks bean implementations that match the given qualified bindingKey
.void
DefaultBeanLocator. watch(com.google.inject.Key key, Mediator mediator, java.lang.Object watcher)
-