Package | Description |
---|---|
io.vertx.openapi.validation | |
io.vertx.openapi.validation.transformer | |
io.vertx.reactivex.openapi.validation | |
io.vertx.rxjava3.openapi.validation |
Modifier and Type | Method and Description |
---|---|
static ValidatableResponse |
ValidatableResponse.create(int statusCode)
Creates a new
ValidatableResponse object based on the passed parameters. |
static ValidatableResponse |
ValidatableResponse.create(int statusCode,
Buffer body,
String contentType)
Creates a new
ValidatableResponse object based on the passed parameters. |
static ValidatableResponse |
ValidatableResponse.create(int statusCode,
Map<String,String> headers)
Creates a new
ValidatableResponse object based on the passed parameters. |
static ValidatableResponse |
ValidatableResponse.create(int statusCode,
Map<String,String> headers,
Buffer body,
String contentType)
Creates a new
ValidatableResponse object based on the passed parameters. |
Modifier and Type | Method and Description |
---|---|
Future<ValidatedResponse> |
ResponseValidator.validate(ValidatableResponse params,
String operationId)
Validates the passed response parameters against the operation defined in the related OpenAPI contract.
|
Modifier and Type | Method and Description |
---|---|
Object |
MultipartFormTransformer.transformResponse(MediaType type,
ValidatableResponse response) |
Object |
BodyTransformer.transformResponse(MediaType type,
ValidatableResponse response)
Transforms the body of a response into a format that can be validated by the
ResponseValidator . |
Object |
ApplicationJsonTransformer.transformResponse(MediaType type,
ValidatableResponse response) |
Modifier and Type | Method and Description |
---|---|
ValidatableResponse |
ValidatableResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ValidatableResponse |
ValidatableResponse.newInstance(ValidatableResponse arg) |
Constructor and Description |
---|
ValidatableResponse(ValidatableResponse delegate) |
Modifier and Type | Method and Description |
---|---|
ValidatableResponse |
ValidatableResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ValidatableResponse |
ValidatableResponse.newInstance(ValidatableResponse arg) |
Constructor and Description |
---|
ValidatableResponse(ValidatableResponse delegate) |
Copyright © 2024 Eclipse. All rights reserved.