Here you can find the source of getMethod(Class serviceClass, String methodName, Class>... mapClass)
public static Method getMethod(Class serviceClass, String methodName, Class<?>... mapClass)
//package com.java2s; //License from project: Apache License import java.lang.reflect.Method; public class Main { public static Method getMethod(Class serviceClass, String methodName, Class<?>... mapClass) { return null; }/* w w w .j a v a 2 s . co m*/ }