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 ErrorConverterErrorConverter. DEFAULT_CONVERTERFields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ErrorConverter Modifier and Type Field Description static TypeArg<ErrorConverter>ErrorConverter. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.client.predicate that return ErrorConverter Modifier and Type Method Description static ErrorConverterErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)static ErrorConverterErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)ErrorConverterResponsePredicate. errorConverter()static ErrorConverterErrorConverter. 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 ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter) 
 -