Uses of Class
org.apache.felix.scr.impl.manager.RefPair
-
Packages that use RefPair Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.manager -
-
Uses of RefPair in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that return RefPair Modifier and Type Method Description RefPair
BindParameters. getRefPair()
Methods in org.apache.felix.scr.impl.inject with parameters of type RefPair Modifier and Type Method Description static Object
ValueUtils. getValue(String componentType, ValueUtils.ValueType type, Class<?> targetType, ComponentContextImpl componentContext, RefPair<?,?> refPair)
Get the value for the value typeConstructors in org.apache.felix.scr.impl.inject with parameters of type RefPair Constructor Description BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
Uses of RefPair in org.apache.felix.scr.impl.manager
Subclasses of RefPair in org.apache.felix.scr.impl.manager Modifier and Type Class Description class
AbstractPrototypeRefPair<S,T>
class
MultiplePrototypeRefPair<S,T>
class
SinglePrototypeRefPair<S,T>
class
SingleRefPair<S,T>
Methods in org.apache.felix.scr.impl.manager that return types with arguments of type RefPair Modifier and Type Method Description Map<RefPair<?,?>,Object>
ComponentContextImpl. getBoundValues(String key)
Collection<RefPair<S,T>>
DependencyManager.OpenStatus. getRefs(AtomicInteger trackingCount)
-