Class ResponsePredicateResult
java.lang.Object
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
Represents the outcome of a
ResponsePredicate applied to an .
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<ResponsePredicateResult> -
Constructor Summary
ConstructorsConstructorDescriptionResponsePredicateResult(io.vertx.ext.web.client.predicate.ResponsePredicateResult delegate) ResponsePredicateResult(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ResponsePredicateResultDeprecated.io.vertx.ext.web.client.predicate.ResponsePredicateResultinthashCode()message()Deprecated.static ResponsePredicateResultnewInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg) HttpResponse<io.vertx.mutiny.core.buffer.Buffer> response()Deprecated.booleanDeprecated.static ResponsePredicateResultsuccess()Deprecated.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ResponsePredicateResult
public ResponsePredicateResult(io.vertx.ext.web.client.predicate.ResponsePredicateResult delegate) -
ResponsePredicateResult
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.client.predicate.ResponsePredicateResult getDelegate() -
toString
-
equals
-
hashCode
public int hashCode() -
success
Deprecated.- Returns:
- a successful result
-
failure
Deprecated.- Parameters:
message- the failure description- Returns:
-
succeeded
Deprecated.- Returns:
trueif theResponsePredicatewas applied successfully, false otherwise
-
message
Deprecated.- Returns:
-
response
Deprecated.- Returns:
nullafter the result has been created, or the tested response for converters created withErrorConverter.createFullBody(java.util.function.Function<io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult, java.lang.Throwable>)
-
newInstance
public static ResponsePredicateResult newInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg)
-