Package | Description |
---|---|
io.vertx.reactivex.openapi.validation |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ValidatableResponse> |
ValidatableResponse.__TYPE_ARG |
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. |
static ValidatableResponse |
ValidatableResponse.newInstance(ValidatableResponse arg) |
Copyright © 2024 Eclipse. All rights reserved.