Uses of Class
org.apache.felix.scr.impl.inject.SuitableMethodNotAccessibleException
-
Packages that use SuitableMethodNotAccessibleException Package Description org.apache.felix.scr.impl.inject -
-
Uses of SuitableMethodNotAccessibleException in org.apache.felix.scr.impl.inject
Methods in org.apache.felix.scr.impl.inject that throw SuitableMethodNotAccessibleException 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 theBaseMethod.m_methodName
field in the giventargetClass
.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.
-