| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.web.client.predicate | 
| Modifier and Type | Field and Description | 
|---|---|
static ErrorConverter | 
ErrorConverter.DEFAULT_CONVERTER  | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ErrorConverter> | 
ErrorConverter.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static ErrorConverter | 
ErrorConverter.create(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Creates a full  
ErrorConverter, that will passed a predicate result with the response body. | 
static ErrorConverter | 
ErrorConverter.createFullBody(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Creates a full  
ErrorConverter, that will passed a predicate result with the response body. | 
ErrorConverter | 
ResponsePredicate.errorConverter()  | 
static ErrorConverter | 
ErrorConverter.newInstance(ErrorConverter arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ResponsePredicate | 
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test,
      ErrorConverter errorConverter)
Creates a new  
ResponsePredicate, using a custom errorConverter. | 
Copyright © 2023 Eclipse. All rights reserved.