public class JsonSchemaRef extends Object
Constructor and Description |
---|
JsonSchemaRef(JsonSchema schema) |
JsonSchemaRef(ValidationContext validationContext,
String refValue) |
Modifier and Type | Method and Description |
---|---|
JsonSchema |
getSchema() |
void |
set(JsonSchema schema) |
Set<ValidationMessage> |
validate(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.JsonNode rootNode,
String at) |
public JsonSchemaRef(ValidationContext validationContext, String refValue)
public JsonSchemaRef(JsonSchema schema)
public void set(JsonSchema schema)
public Set<ValidationMessage> validate(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, String at)
public JsonSchema getSchema()
Copyright © 2020. All rights reserved.