| 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. |
Method |
BaseMethod.getMethod(Class<?> clazz,
String name,
Class[] parameterTypes,
boolean acceptPrivate,
boolean acceptPackage,
SimpleLogger logger) |
Finds the named public or protected method in the given class or any
super class.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.