public class ValidationContext extends Object
Constructor and Description |
---|
ValidationContext(JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory) |
Modifier and Type | Method and Description |
---|---|
SchemaValidatorsConfig |
getConfig() |
JsonSchemaFactory |
getJsonSchemaFactory() |
JsonValidator |
newValidator(String schemaPath,
String keyword,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema) |
void |
setConfig(SchemaValidatorsConfig config) |
public ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory)
public JsonValidator newValidator(String schemaPath, String keyword, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema)
public JsonSchemaFactory getJsonSchemaFactory()
public SchemaValidatorsConfig getConfig()
public void setConfig(SchemaValidatorsConfig config)
Copyright © 2019. All rights reserved.