Package si.mazi.rescu
Interface IRestProxyFactory
- All Known Implementing Classes:
RestProxyFactoryImpl
public interface IRestProxyFactory
- See Also:
RestProxyFactory
-
Method Summary
Modifier and Type Method Description <I> IcreateProxy(Class<I> restInterface, String baseUrl)<I> IcreateProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)
-
Method Details
-
createProxy
<I> I createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors) -
createProxy
-