Package | Description |
---|---|
com.github.fge.jsonschema.main |
Main interface to validation
|
Modifier and Type | Method and Description |
---|---|
JsonSchema |
JsonSchemaFactory.getJsonSchema(com.fasterxml.jackson.databind.JsonNode schema)
Build an instance validator tied to a schema
|
JsonSchema |
JsonSchemaFactory.getJsonSchema(com.fasterxml.jackson.databind.JsonNode schema,
String ptr)
Build an instance validator tied to a subschema from a main schema
|
JsonSchema |
JsonSchemaFactory.getJsonSchema(String uri)
Build an instance validator out of a schema loaded from a URI
|
Copyright © 2014. All Rights Reserved.