Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethods
Packages that use ReferenceMethods
Package
Description
-
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethodsFields in org.apache.felix.scr.impl.inject declared as ReferenceMethodsModifier and TypeFieldDescriptionstatic final ReferenceMethods
ReferenceMethods.NOPReferenceMethod
This is a NOP implementation.Fields in org.apache.felix.scr.impl.inject with type parameters of type ReferenceMethodsModifier and TypeFieldDescriptionprivate final Map
<String, ReferenceMethods> ComponentMethodsImpl.bindMethodMap
Methods in org.apache.felix.scr.impl.inject that return ReferenceMethodsModifier and TypeMethodDescriptionComponentMethods.getBindMethods
(String refName) ComponentMethodsImpl.getBindMethods
(String refName) Constructor parameters in org.apache.felix.scr.impl.inject with type arguments of type ReferenceMethods -
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethodsModifier and TypeClassDescriptionclass
FieldMethods provides implementations for bind/unbind/updated which handle manipulation of fields. -
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.methods
Classes in org.apache.felix.scr.impl.inject.methods that implement ReferenceMethods -
Uses of ReferenceMethods in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager declared as ReferenceMethodsMethods in org.apache.felix.scr.impl.manager with parameters of type ReferenceMethodsModifier and TypeMethodDescription(package private) void
DependencyManager.initBindingMethods
(ReferenceMethods bindMethods) Initialize binding methods.