Uses of Class
org.apache.felix.scr.impl.inject.methods.SuitableMethodNotAccessibleException
Packages that use SuitableMethodNotAccessibleException
-
Uses of SuitableMethodNotAccessibleException in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that throw SuitableMethodNotAccessibleExceptionModifier and TypeMethodDescriptionprotected BaseMethod.MethodInfo
<Object> ActivateMethod.doFindMethod
(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) protected abstract BaseMethod.MethodInfo
<T> BaseMethod.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 theBaseMethod.m_methodName
field in the giventargetClass
.BaseMethod.getMethod
(Class<?> clazz, String name, Class[] parameterTypes, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Finds the named public or protected method in the given class or any super class.