io.github.cweijan.mock.feign.proxy.FeignClientWrapper 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;
/**
* @author cweijan
* @since 2020/05/26 14:12
*/
public interface FeignClientWrapper {
T create(Class controllerClass,FeignInvoke feignInvoke);
}