Uses of Interface
io.vertx.openapi.mediatype.MediaTypeRegistry
Packages that use MediaTypeRegistry
Package
Description
-
Uses of MediaTypeRegistry in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract with parameters of type MediaTypeRegistryModifier and TypeMethodDescriptionOpenAPIContractBuilder.mediaTypeRegistry(MediaTypeRegistry registry) -
Uses of MediaTypeRegistry in io.vertx.openapi.mediatype
Methods in io.vertx.openapi.mediatype that return MediaTypeRegistryModifier and TypeMethodDescriptionstatic MediaTypeRegistryMediaTypeRegistry.createDefault()Creates a default registry with application/json, application/multipart and text/plain mediatypes registered.static MediaTypeRegistryMediaTypeRegistry.createEmpty()Creates an empty registry.MediaTypeRegistry.register(MediaTypeRegistration registration) Registers a new MediaTypeHandler -
Uses of MediaTypeRegistry in io.vertx.reactivex.openapi.mediatype
Methods in io.vertx.reactivex.openapi.mediatype that return MediaTypeRegistryMethods in io.vertx.reactivex.openapi.mediatype with parameters of type MediaTypeRegistryModifier and TypeMethodDescriptionstatic MediaTypeRegistryMediaTypeRegistry.newInstance(MediaTypeRegistry arg) Constructors in io.vertx.reactivex.openapi.mediatype with parameters of type MediaTypeRegistry -
Uses of MediaTypeRegistry in io.vertx.rxjava3.openapi.mediatype
Methods in io.vertx.rxjava3.openapi.mediatype that return MediaTypeRegistryMethods in io.vertx.rxjava3.openapi.mediatype with parameters of type MediaTypeRegistryModifier and TypeMethodDescriptionstatic MediaTypeRegistryMediaTypeRegistry.newInstance(MediaTypeRegistry arg) Constructors in io.vertx.rxjava3.openapi.mediatype with parameters of type MediaTypeRegistry