Package io.vertx.openapi.mediatype


package io.vertx.openapi.mediatype
  • Class
    Description
    The content analyser is responsible to check if a request or response has the correct format i.e. is syntactically correct, and to transform the content-buffer into a representation that can be validated against a schema.
     
    Represents a media type string and provides simple access to the type, the suffix and the parameters.
     
    A MediaTypeRegistration is used to register mediatypes to the openapi mediatype registry.
    The MediaTypeRegistry contains all supported MediaTypes and Validators for the mediatypes.