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