Uses of Class
io.restassured.module.jsv.JsonSchemaValidator
-
Uses of JsonSchemaValidator in io.restassured.module.jsv
Methods in io.restassured.module.jsv that return JsonSchemaValidatorModifier and TypeMethodDescriptionstatic JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(File file) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(InputStream schema) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(Reader schema) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(String schema) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(URI uri) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema loaded by the supplied URI.static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchema(URL url) static JsonSchemaValidatorJsonSchemaValidator.matchesJsonSchemaInClasspath(String pathToSchemaInClasspath) Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.