Searched refs:invokeParamsProvidingMethod (Results 1 – 1 of 1) sorted by relevance
55 return invokeParamsProvidingMethod(providerMethod, sourceClass); in invokeMethodWithParams()59 private Object[] invokeParamsProvidingMethod(Method provideMethod, Class<?> sourceClass) { in invokeParamsProvidingMethod() method in ParamsFromMethodCommon