Uses of Class
io.vertx.openapi.validation.ValidationContext
-
Packages that use ValidationContext Package Description io.vertx.openapi.validation io.vertx.openapi.validation.analyser -
-
Uses of ValidationContext in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return ValidationContext Modifier and Type Method Description static ValidationContext
ValidationContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationContext[]
ValidationContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.openapi.validation with parameters of type ValidationContext Modifier and Type Method Description static SchemaValidationException
SchemaValidationException. createInvalidValueBody(OutputUnit outputUnit, ValidationContext requestOrResponse, JsonSchemaValidationException cause)
-
Uses of ValidationContext in io.vertx.openapi.validation.analyser
Fields in io.vertx.openapi.validation.analyser declared as ValidationContext Modifier and Type Field Description protected ValidationContext
ContentAnalyser. requestOrResponse
Methods in io.vertx.openapi.validation.analyser with parameters of type ValidationContext Modifier and Type Method Description protected static Object
ContentAnalyser. decodeJsonContent(Buffer content, ValidationContext requestOrResponse)
Decodes the passed content as JSON.static ContentAnalyser
ContentAnalyser. getContentAnalyser(MediaType mediaType, String contentType, Buffer content, ValidationContext context)
Returns the content analyser for the given content type.Constructors in io.vertx.openapi.validation.analyser with parameters of type ValidationContext Constructor Description ApplicationJsonAnalyser(String contentType, Buffer content, ValidationContext context)
ContentAnalyser(String contentType, Buffer content, ValidationContext context)
Creates a new content analyser.MultipartFormAnalyser(String contentType, Buffer content, ValidationContext context)
Creates a new content analyser.
-