Uses of Interface
org.bonitasoft.web.client.invoker.ApiClient.Api
-
Packages that use ApiClient.Api Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.feign org.bonitasoft.web.client.feign.api org.bonitasoft.web.client.invoker -
-
Uses of ApiClient.Api in org.bonitasoft.web.client.api
-
Uses of ApiClient.Api in org.bonitasoft.web.client.feign
Methods in org.bonitasoft.web.client.feign with type parameters of type ApiClient.Api Modifier and Type Method Description <T extends ApiClient.Api>
TApiProvider. get(Class<T> apiClass)Return the underlying raw http client API.<T extends ApiClient.Api>
TCachingApiProvider. get(Class<T> apiClass) -
Uses of ApiClient.Api in org.bonitasoft.web.client.feign.api
Subinterfaces of ApiClient.Api in org.bonitasoft.web.client.feign.api Modifier and Type Interface Description interfaceGenericApiGeneric HTTP interface. -
Uses of ApiClient.Api in org.bonitasoft.web.client.invoker
Methods in org.bonitasoft.web.client.invoker with type parameters of type ApiClient.Api Modifier and Type Method Description <T extends ApiClient.Api>
TApiClient. buildClient(Class<T> clientClass)Creates a feign client for given API interface.
-