Uses of Class
kong.unirest.core.GenericType
-
Packages that use GenericType Package Description kong.unirest.core -
-
Uses of GenericType in kong.unirest.core
Methods in kong.unirest.core with parameters of type GenericType Modifier and Type Method Description <T> HttpResponse<T>HttpRequest. asObject(GenericType<T> genericType)Executes the request and returns the response with the body mapped into T by a configured ObjectMapper<T> CompletableFuture<HttpResponse<T>>HttpRequest. asObjectAsync(GenericType<T> genericType)Executes the request asynchronously, and use a GenericType with the ObjectMapper<T> CompletableFuture<HttpResponse<T>>HttpRequest. asObjectAsync(GenericType<T> genericType, Callback<T> callback)Executes the request asynchronously, and use a GenericType with the ObjectMapperintGenericType. compareTo(GenericType<T> o)default <T> TObjectMapper. readValue(String value, GenericType<T> genericType)
-