| Package | Description |
|---|---|
| org.apache.felix.scr.impl.inject |
| Modifier and Type | Method | Description |
|---|---|---|
protected BaseMethod.MethodInfo<Object> |
ActivateMethod.doFindMethod(Class<?> targetClass,
boolean acceptPrivate,
boolean acceptPackage,
SimpleLogger logger) |
|
protected abstract BaseMethod.MethodInfo<T> |
BaseMethod.doFindMethod(Class<?> targetClass,
boolean acceptPrivate,
boolean acceptPackage,
SimpleLogger logger) |
|
protected BaseMethod.MethodInfo<List<org.apache.felix.scr.impl.inject.BindMethod.ParamType>> |
BindMethod.doFindMethod(Class<?> targetClass,
boolean acceptPrivate,
boolean acceptPackage,
SimpleLogger logger) |
Finds the method named in the
BaseMethod.m_methodName field in the given
targetClass. |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.