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_CONVERTERFields in io.vertx.reactivex.ext.web.client.predicate with type parameters of type ErrorConverter Modifier and Type Field Description static TypeArg<ErrorConverter>ErrorConverter. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.client.predicate that return ErrorConverter Modifier and Type Method Description static ErrorConverterErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)Creates a fullErrorConverter, that will passed a predicate result with the response body.static ErrorConverterErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)Creates a fullErrorConverter, that will passed a predicate result with the response body.ErrorConverterResponsePredicate. errorConverter()static ErrorConverterErrorConverter. newInstance(ErrorConverter arg)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)Creates a newResponsePredicate, using a customerrorConverter.
-