Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.json.JsonSchemaUtils Member List

This is the complete list of members for dev.rafex.ether.json.JsonSchemaUtils, including all inherited members.

parseAndValidateOrThrow(final String schemaJson, final String documentJson, final TypeReference< T > typeReference)dev.rafex.ether.json.JsonSchemaUtilsstatic
validate(final JsonNode schemaNode, final JsonNode documentNode)dev.rafex.ether.json.JsonSchemaUtilsstatic
validate(final String schemaJson, final String documentJson)dev.rafex.ether.json.JsonSchemaUtilsstatic
validateOrThrow(final JsonNode schemaNode, final JsonNode documentNode)dev.rafex.ether.json.JsonSchemaUtilsstatic
validateOrThrow(final String schemaJson, final String documentJson)dev.rafex.ether.json.JsonSchemaUtilsstatic
violationsAsText(final List< String > violations)dev.rafex.ether.json.JsonSchemaUtilsstatic