Uses of Class
org.apache.felix.scr.impl.inject.methods.BaseMethod.MethodInfo
-
Packages that use BaseMethod.MethodInfo Package Description org.apache.felix.scr.impl.inject.methods -
-
Uses of BaseMethod.MethodInfo in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that return BaseMethod.MethodInfo Modifier and Type Method Description protected BaseMethod.MethodInfo<java.lang.Object>
ActivateMethod. doFindMethod(java.lang.Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
protected abstract BaseMethod.MethodInfo<T>
BaseMethod. doFindMethod(java.lang.Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
protected BaseMethod.MethodInfo<java.util.List<ValueUtils.ValueType>>
BindMethod. doFindMethod(java.lang.Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger)
Finds the method named in theBaseMethod.m_methodName
field in the giventargetClass
.private BaseMethod.MethodInfo<T>
BaseMethod. findMethod(ComponentLogger logger)
Finds the method named in theBaseMethod.m_methodName
field in the giventargetClass
.Methods in org.apache.felix.scr.impl.inject.methods with parameters of type BaseMethod.MethodInfo Modifier and Type Method Description (package private) void
BaseMethod. setMethod(BaseMethod.MethodInfo<T> methodInfo, ComponentLogger logger)
-