Searched refs:invokeMethodWithParams (Results 1 – 1 of 1) sorted by relevance
24 return invokeMethodWithParams(defaultMethodName(), sourceClass); in paramsFromMethod()29 for (Object param : invokeMethodWithParams(methodName.trim(), sourceClass)) in paramsFromMethod()49 private Object[] invokeMethodWithParams(String methodName, Class<?> sourceClass) { in invokeMethodWithParams() method in ParamsFromMethodCommon