Modifier and Type | Field and Description |
---|---|
static ErrorConverter |
ErrorConverter.DEFAULT_CONVERTER |
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. |
default ErrorConverter |
ResponsePredicate.errorConverter() |
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 . |
Modifier and Type | Method and Description |
---|---|
ErrorConverter |
ErrorConverter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorConverter |
ErrorConverter.newInstance(ErrorConverter arg) |
Constructor and Description |
---|
ErrorConverter(ErrorConverter delegate) |
Modifier and Type | Method and Description |
---|---|
ErrorConverter |
ErrorConverter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorConverter |
ErrorConverter.newInstance(ErrorConverter arg) |
Constructor and Description |
---|
ErrorConverter(ErrorConverter delegate) |
Modifier and Type | Method and Description |
---|---|
ErrorConverter |
ErrorConverter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorConverter |
ErrorConverter.newInstance(ErrorConverter arg) |
Constructor and Description |
---|
ErrorConverter(ErrorConverter delegate) |
Copyright © 2023 Eclipse. All rights reserved.