Uses of Class
io.vertx.reactivex.openapi.contract.MediaType
-
Packages that use MediaType Package Description io.vertx.reactivex.openapi.contract -
-
Uses of MediaType in io.vertx.reactivex.openapi.contract
Fields in io.vertx.reactivex.openapi.contract with type parameters of type MediaType Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MediaType>
MediaType. __TYPE_ARG
Methods in io.vertx.reactivex.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.static MediaType
MediaType. newInstance(MediaType arg)
Methods in io.vertx.reactivex.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()
-