Uses of Interface
io.vertx.openapi.contract.MediaType
-
Packages that use MediaType Package Description io.vertx.openapi.contract io.vertx.openapi.validation.analyser 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.analyser
Methods in io.vertx.openapi.validation.analyser with parameters of type MediaType Modifier and Type Method Description static ContentAnalyser
ContentAnalyser. getContentAnalyser(MediaType mediaType, String contentType, Buffer content, ValidationContext context)
Returns the content analyser for the given content type. -
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)
-