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
.private Method
BindMethod.getComponentObjectsMethod
(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) private Method
BindMethod.getMapMethod
(Class<?> targetClass, Class<?> parameterClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Returns a method taking a single map parameter ornull
if no such method exists.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.private Method
BindMethod.getServiceObjectAssignableMethod
(Class<?> targetClass, Class<?> parameterClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Returns a method taking a single object whose type is assignment compatible with the declared service type ornull
if no such method exists.private Method
BindMethod.getServiceObjectAssignableWithMapMethod
(Class<?> targetClass, Class<?> parameterClass, boolean acceptPrivate, boolean acceptPackage) Returns a method taking two parameters, the first being an object whose type is assignment compatible with the declared service type and the second being aMap
ornull
if no such method exists.private Method
BindMethod.getServiceObjectMethod
(Class<?> targetClass, Class<?> parameterClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Returns a method taking a single parameter of the exact type declared for the service reference ornull
if no such method exists.private Method
BindMethod.getServiceObjectWithMapMethod
(Class<?> targetClass, Class<?> parameterClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Returns a method taking two parameters, the first being of the exact type declared for the service reference and the second being aMap
ornull
if no such method exists.private Method
BindMethod.getServiceReferenceMethod
(Class<?> targetClass, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Returns a method taking a singleServiceReference
object as a parameter ornull
if no such method exists.