Uses of Interface
io.vertx.openapi.validation.ValidatedResponse
-
Packages that use ValidatedResponse Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of ValidatedResponse in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return types with arguments of type ValidatedResponse 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 ValidatedResponse in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return ValidatedResponse Modifier and Type Method Description ValidatedResponse
ValidatedResponse. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type ValidatedResponse Modifier and Type Method Description static ValidatedResponse
ValidatedResponse. newInstance(ValidatedResponse arg)
Constructors in io.vertx.reactivex.openapi.validation with parameters of type ValidatedResponse Constructor Description ValidatedResponse(ValidatedResponse delegate)
-
Uses of ValidatedResponse in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return ValidatedResponse Modifier and Type Method Description ValidatedResponse
ValidatedResponse. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type ValidatedResponse Modifier and Type Method Description static ValidatedResponse
ValidatedResponse. newInstance(ValidatedResponse arg)
Constructors in io.vertx.rxjava3.openapi.validation with parameters of type ValidatedResponse Constructor Description ValidatedResponse(ValidatedResponse delegate)
-