Uses of Interface
io.vertx.openapi.contract.MediaType
-
Packages that use MediaType Package Description io.vertx.openapi.contract io.vertx.openapi.validation.transformer io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of MediaType in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return MediaType Modifier and Type Method Description MediaType
RequestBody. determineContentType(String mediaTypeIdentifier)
This method tries to determine the best fittingMediaType
based on the passed content type.Methods in io.vertx.openapi.contract that return types with arguments of type MediaType Modifier and Type Method Description Map<String,MediaType>
RequestBody. getContent()
Map<String,MediaType>
Response. getContent()
-
Uses of MediaType in io.vertx.openapi.validation.transformer
Methods in io.vertx.openapi.validation.transformer with parameters of type MediaType Modifier and Type Method Description static Object
MultipartFormTransformer. transform(MediaType type, Buffer body, String contentType, String responseOrRequest)
Object
ApplicationJsonTransformer. 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 theRequestValidator
.Object
MultipartFormTransformer. transformRequest(MediaType type, ValidatableRequest request)
Object
ApplicationJsonTransformer. 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 theResponseValidator
.Object
MultipartFormTransformer. transformResponse(MediaType type, ValidatableResponse response)
-
Uses of MediaType in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return MediaType Modifier and Type Method Description MediaType
MediaType. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type MediaType Modifier and Type Method Description static MediaType
MediaType. newInstance(MediaType arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type MediaType Constructor Description MediaType(MediaType delegate)
-
Uses of MediaType in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return MediaType Modifier and Type Method Description MediaType
MediaType. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type MediaType Modifier and Type Method Description static MediaType
MediaType. newInstance(MediaType arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type MediaType Constructor Description MediaType(MediaType delegate)
-