public interface RestClients.Factory<T>
Factory the generated bootstrap registers per API interface.
Modeled as a single-method interface (no
java.util.function.Function) so CLDC-targeted builds remain
happy.Methods
public abstract T create(String baseUrl) |
Method details
create
public abstract T create(String baseUrl)