Package | Description |
---|---|
io.vertx.openapi.contract | |
io.vertx.openapi.validation.transformer | |
io.vertx.reactivex.openapi.contract | |
io.vertx.rxjava3.openapi.contract |
Modifier and Type | Method and Description |
---|---|
MediaType |
RequestBody.determineContentType(String mediaTypeIdentifier)
This method tries to determine the best fitting
MediaType based on the passed content type. |
Modifier and Type | Method and Description |
---|---|
Map<String,MediaType> |
Response.getContent() |
Map<String,MediaType> |
RequestBody.getContent() |
Modifier and Type | Method and Description |
---|---|
Object |
MultipartFormTransformer.transformRequest(MediaType type,
ValidatableRequest request) |
Object |
BodyTransformer.transformRequest(MediaType type,
ValidatableRequest request)
Transforms the body of a request into a format that can be validated by the
RequestValidator . |
Object |
ApplicationJsonTransformer.transformRequest(MediaType type,
ValidatableRequest request) |
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 |
---|---|
MediaType |
MediaType.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MediaType |
MediaType.newInstance(MediaType arg) |
Constructor and Description |
---|
MediaType(MediaType delegate) |
Modifier and Type | Method and Description |
---|---|
MediaType |
MediaType.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MediaType |
MediaType.newInstance(MediaType arg) |
Constructor and Description |
---|
MediaType(MediaType delegate) |
Copyright © 2024 Eclipse. All rights reserved.