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 RefPairBindParameters. getRefPair()Methods in org.apache.felix.scr.impl.inject with parameters of type RefPair Modifier and Type Method Description static ObjectValueUtils. 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 classAbstractPrototypeRefPair<S,T>classMultiplePrototypeRefPair<S,T>classSinglePrototypeRefPair<S,T>classSingleRefPair<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)
-