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