Skip navigation links
A C D I J M P R S U W 

A

and() - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Syntactic sugar.

C

checkedValidation(boolean) - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Instruct the JsonSchemaValidator to use checked validation or not.

D

describeTo(Description) - Method in class io.restassured.module.jsv.JsonSchemaValidator
 

I

io.restassured.module.jsv - package io.restassured.module.jsv
 

J

jsonSchemaFactory() - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
 
jsonSchemaFactory(JsonSchemaFactory) - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Set a JsonSchemaFactory instance that will be used when creating the validator.
JsonSchemaValidationException - Exception in io.restassured.module.jsv
Exception thrown when something goes wrong during JSON Schema validation
JsonSchemaValidationException(Throwable) - Constructor for exception io.restassured.module.jsv.JsonSchemaValidationException
 
JsonSchemaValidator - Class in io.restassured.module.jsv
A Hamcrest matcher that can be used to validate that a JSON document matches a given JSON schema.
JsonSchemaValidatorSettings - Class in io.restassured.module.jsv
Settings for the JsonSchemaValidator
JsonSchemaValidatorSettings(JsonSchemaFactory, boolean) - Constructor for class io.restassured.module.jsv.JsonSchemaValidatorSettings
Initializes JsonSchemaValidatorSettings with a specific JsonSchemaFactory and checked validation.
JsonSchemaValidatorSettings(JsonSchemaFactory) - Constructor for class io.restassured.module.jsv.JsonSchemaValidatorSettings
Initializes JsonSchemaValidatorSettings with a specific JsonSchemaFactory.
JsonSchemaValidatorSettings() - Constructor for class io.restassured.module.jsv.JsonSchemaValidatorSettings
Initializes JsonSchemaValidatorSettings with a default JsonSchemaFactory (generated by JsonSchemaFactory.byDefault()) and using checked validation and treating uri's and url's as Strings.

M

matchesJsonSchema(String) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.
matchesJsonSchema(InputStream) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.
matchesJsonSchema(Reader) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.
matchesJsonSchema(File) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.
matchesJsonSchema(URL) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
 
matchesJsonSchema(URI) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema loaded by the supplied URI.
matchesJsonSchemaInClasspath(String) - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Creates a Hamcrest matcher that validates that a JSON document conforms to the JSON schema provided to this method.
matchesSafely(String) - Method in class io.restassured.module.jsv.JsonSchemaValidator
 

P

parseUriAndUrlsAsJsonNode(boolean) - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Instruct the JsonSchemaValidator to parse URI's and URL's as JsonNode before they are passed to validation.

R

reset() - Static method in class io.restassured.module.jsv.JsonSchemaValidator
Reset the static JsonSchemaValidator.settings to null.

S

settings - Static variable in class io.restassured.module.jsv.JsonSchemaValidator
Default json schema factory instance
settings() - Static method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Create a new instance of JsonSchemaValidatorSettings.
shouldParseUriAndUrlsAsJsonNode() - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
 
shouldUseCheckedValidation() - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
 

U

using(JsonSchemaFactory) - Method in class io.restassured.module.jsv.JsonSchemaValidator
Validate the JSON document using the supplied jsonSchemaFactory instance.
using(JsonSchemaValidatorSettings) - Method in class io.restassured.module.jsv.JsonSchemaValidator
Validate the JSON document using the supplied jsonSchemaValidatorSettings instance.

W

with() - Method in class io.restassured.module.jsv.JsonSchemaValidatorSettings
Syntactic sugar.
A C D I J M P R S U W 
Skip navigation links

Copyright © 2010–2017. All rights reserved.