Class JsonSchemaTesting


  • public class JsonSchemaTesting
    extends Object
    • Constructor Detail

      • JsonSchemaTesting

        public JsonSchemaTesting()
    • Method Detail

      • getJsonNodeFromClasspath

        protected com.fasterxml.jackson.databind.JsonNode getJsonNodeFromClasspath​(String name)
                                                                            throws IOException
        Throws:
        IOException
      • getJsonNodeFromStringContent

        protected com.fasterxml.jackson.databind.JsonNode getJsonNodeFromStringContent​(String content)
                                                                                throws IOException
        Throws:
        IOException
      • getJsonNodeFromUrl

        protected com.fasterxml.jackson.databind.JsonNode getJsonNodeFromUrl​(String url)
                                                                      throws IOException
        Throws:
        IOException
      • getJsonSchemaFromClasspath

        protected com.networknt.schema.JsonSchema getJsonSchemaFromClasspath​(String name)
      • getJsonSchemaFromClasspathV7

        protected com.networknt.schema.JsonSchema getJsonSchemaFromClasspathV7​(String name)
      • getJsonSchemaFromStringContent

        protected com.networknt.schema.JsonSchema getJsonSchemaFromStringContent​(String schemaContent)
      • getJsonSchemaFromJsonNode

        protected com.networknt.schema.JsonSchema getJsonSchemaFromJsonNode​(com.fasterxml.jackson.databind.JsonNode jsonNode)
      • getJsonSchemaFromJsonNodeAutomaticVersion

        protected com.networknt.schema.JsonSchema getJsonSchemaFromJsonNodeAutomaticVersion​(com.fasterxml.jackson.databind.JsonNode jsonNode)