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