Uses of Interface
org.apache.felix.scr.impl.inject.ReferenceMethods
-
Packages that use ReferenceMethods Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods -
-
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject
Classes in org.apache.felix.scr.impl.inject that implement ReferenceMethods Modifier and Type Class Description class
DuplexReferenceMethods
Fields in org.apache.felix.scr.impl.inject declared as ReferenceMethods Modifier and Type Field Description static ReferenceMethods
ReferenceMethods. NOPReferenceMethod
This is a NOP implementation.Methods in org.apache.felix.scr.impl.inject that return ReferenceMethods Modifier and Type Method Description ReferenceMethods
ComponentMethods. getBindMethods(String refName)
ReferenceMethods
ComponentMethodsImpl. getBindMethods(String refName)
Constructor parameters in org.apache.felix.scr.impl.inject with type arguments of type ReferenceMethods Constructor Description DuplexReferenceMethods(List<ReferenceMethods> methods)
-
Uses of ReferenceMethods in org.apache.felix.scr.impl.inject.field
Classes in org.apache.felix.scr.impl.inject.field that implement ReferenceMethods Modifier and Type Class Description class
FieldMethods
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 Modifier and Type Class Description class
BindMethods
-