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 ErrorConverterFields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ErrorConverterMethods in io.vertx.mutiny.ext.web.client.predicate that return ErrorConverterModifier and TypeMethodDescriptionstatic ErrorConverterErrorConverter.create(Function<ResponsePredicateResult, Throwable> converter) Deprecated.static ErrorConverterErrorConverter.createFullBody(Function<ResponsePredicateResult, Throwable> converter) Deprecated.ResponsePredicate.errorConverter()Deprecated.static ErrorConverterErrorConverter.newInstance(io.vertx.ext.web.client.predicate.ErrorConverter arg) Methods in io.vertx.mutiny.ext.web.client.predicate with parameters of type ErrorConverterModifier and TypeMethodDescriptionstatic ResponsePredicateResponsePredicate.create(Function<HttpResponse<Void>, ResponsePredicateResult> test, ErrorConverter errorConverter) Deprecated.