Uses of Interface
org.refcodes.rest.LoopbackRestClient
-
-
Uses of LoopbackRestClient in org.refcodes.rest
Classes in org.refcodes.rest that implement LoopbackRestClient Modifier and Type Class Description classLoopbackRestClientImplImplementation if theLoopbackRestClientfor easy testing of your requests being issued with aRestClient(HttpRestClient) and the according responselambdaexpressions.classLoopbackRestClientSingletonThe singleton of theLoopbackRestClientImplfor easyLoopbackRestClientImplaccess.Methods in org.refcodes.rest that return LoopbackRestClient Modifier and Type Method Description static LoopbackRestClientLoopbackRestClientSingleton. getInstance()Returns the singleton's instance as fabricated by thisLoopbackRestClientSingleton.default LoopbackRestClientLoopbackRestClient. withUserAgent(java.lang.String aUserAgent)
-