Uses of Interface
io.vertx.openapi.validation.ValidatableResponse
-
Packages that use ValidatableResponse Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of ValidatableResponse in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return ValidatableResponse Modifier and Type Method Description static ValidatableResponse
ValidatableResponse. create(int statusCode)
Creates a newValidatableResponse
object based on the passed parameters.static ValidatableResponse
ValidatableResponse. create(int statusCode, Buffer body, String contentType)
Creates a newValidatableResponse
object based on the passed parameters.static ValidatableResponse
ValidatableResponse. create(int statusCode, Map<String,String> headers)
Creates a newValidatableResponse
object based on the passed parameters.static ValidatableResponse
ValidatableResponse. create(int statusCode, Map<String,String> headers, Buffer body, String contentType)
Creates a newValidatableResponse
object based on the passed parameters.Methods in io.vertx.openapi.validation with parameters of type ValidatableResponse Modifier and Type Method Description Future<ValidatedResponse>
ResponseValidator. validate(ValidatableResponse params, String operationId)
Validates the passed response parameters against the operation defined in the related OpenAPI contract. -
Uses of ValidatableResponse in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return ValidatableResponse Modifier and Type Method Description ValidatableResponse
ValidatableResponse. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type ValidatableResponse Modifier and Type Method Description static ValidatableResponse
ValidatableResponse. newInstance(ValidatableResponse arg)
Constructors in io.vertx.reactivex.openapi.validation with parameters of type ValidatableResponse Constructor Description ValidatableResponse(ValidatableResponse delegate)
-
Uses of ValidatableResponse in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return ValidatableResponse Modifier and Type Method Description ValidatableResponse
ValidatableResponse. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type ValidatableResponse Modifier and Type Method Description static ValidatableResponse
ValidatableResponse. newInstance(ValidatableResponse arg)
Constructors in io.vertx.rxjava3.openapi.validation with parameters of type ValidatableResponse Constructor Description ValidatableResponse(ValidatableResponse delegate)
-