JsonSchema |
JsonSchemaFactory.getSchema(InputStream schemaStream,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(String schema,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(URI schemaUri,
com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(URI schemaUri,
SchemaValidatorsConfig config) |
static JsonType |
TypeFactory.getValueNodeType(com.fasterxml.jackson.databind.JsonNode node,
SchemaValidatorsConfig config) |
static boolean |
TypeValidator.isNumber(com.fasterxml.jackson.databind.JsonNode node,
SchemaValidatorsConfig config)
Check if the type of the JsonNode's value is number based on the
status of typeLoose flag.
|
protected JsonSchema |
JsonSchemaFactory.newJsonSchema(URI schemaUri,
com.fasterxml.jackson.databind.JsonNode schemaNode,
SchemaValidatorsConfig config) |
void |
ValidationContext.setConfig(SchemaValidatorsConfig config) |