io.github.cweijan.mock.feign.proxy.FeignInvoke Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-test Show documentation
Show all versions of http-test Show documentation
test springmvc controller by api
package io.github.cweijan.mock.feign.proxy;
import java.lang.reflect.Method;
/**
* @author cweijan
* @since 2020/05/26 14:47
*/
public interface FeignInvoke {
Object invoke(Method method, Object[] args);
}