Uses of Class
nl.janboonen.oas.contractfirstdesign.cat.adapter.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in nl.janboonen.oas.contractfirstdesign.cat.adapter
Methods in nl.janboonen.oas.contractfirstdesign.cat.adapter that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> valueType) Deserialize response body to Java object according to the Content-Type.<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, String urlQueryDeepObject, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Invoke API by sending HTTP request with the given options.protected <T> TApiClient.processResponse(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> returnType) org.apache.hc.core5.http.HttpEntityApiClient.serialize(Object obj, Map<String, Object> formParams, org.apache.hc.core5.http.ContentType contentType) Serialize the given Java object into string according the given Content-Type (only JSON is supported for now). -
Uses of ApiException in nl.janboonen.oas.contractfirstdesign.cat.adapter.catfacts
Methods in nl.janboonen.oas.contractfirstdesign.cat.adapter.catfacts that throw ApiExceptionModifier and TypeMethodDescriptionGet a list of breeds Returns a a list of breedsGet a list of breeds Returns a a list of breedsGet a list of facts Returns a a list of factsGet a list of facts Returns a a list of factsFactsApi.getRandomFact(Long maxLength) Get Random Fact Returns a random factFactsApi.getRandomFact(Long maxLength, Map<String, String> additionalHeaders) Get Random Fact Returns a random fact