Uses of Class
io.vertx.mutiny.ext.web.client.predicate.ErrorConverter
-
Packages that use ErrorConverter Package Description io.vertx.mutiny.ext.web.client.predicate -
-
Uses of ErrorConverter in io.vertx.mutiny.ext.web.client.predicate
Fields in io.vertx.mutiny.ext.web.client.predicate declared as ErrorConverter Modifier and Type Field Description static ErrorConverter
ErrorConverter. DEFAULT_CONVERTER
Fields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ErrorConverter Modifier and Type Field Description static TypeArg<ErrorConverter>
ErrorConverter. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.client.predicate that return ErrorConverter Modifier and Type Method Description static ErrorConverter
ErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)
static ErrorConverter
ErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)
ErrorConverter
ResponsePredicate. errorConverter()
static ErrorConverter
ErrorConverter. newInstance(io.vertx.ext.web.client.predicate.ErrorConverter arg)
Methods in io.vertx.mutiny.ext.web.client.predicate with parameters of type ErrorConverter Modifier and Type Method Description static ResponsePredicate
ResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter)
-