Uses of Class
org.eclipse.sisu.inject.BeanCache
-
Packages that use BeanCache Package Description org.eclipse.sisu.inject Dynamic bean lookup across multiple injectors. -
-
Uses of BeanCache in org.eclipse.sisu.inject
Fields in org.eclipse.sisu.inject declared as BeanCache Modifier and Type Field Description (package private) BeanCache<Q,T>
LocatedBeans. beans
private BeanCache<Q,T>
WatchedBeans. beans
Fields in org.eclipse.sisu.inject with type parameters of type BeanCache Modifier and Type Field Description (package private) java.util.Collection<BeanCache<?,T>>
RankedBindings. cachedBeans
Methods in org.eclipse.sisu.inject that return BeanCache Modifier and Type Method Description (package private) <Q extends java.lang.annotation.Annotation>
BeanCache<Q,T>RankedBindings. newBeanCache()
-