public class SchemaValidator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaValidator.Direction |
| Constructor and Description |
|---|
SchemaValidator() |
| Modifier and Type | Method and Description |
|---|---|
static com.github.fge.jsonschema.main.JsonSchema |
getValidationSchema(java.lang.String schema) |
static boolean |
validate(java.lang.Object o,
java.lang.String schema,
SchemaValidator.Direction direction) |
public static boolean validate(java.lang.Object o,
java.lang.String schema,
SchemaValidator.Direction direction)
public static com.github.fge.jsonschema.main.JsonSchema getValidationSchema(java.lang.String schema)
throws java.io.IOException,
com.github.fge.jsonschema.core.exceptions.ProcessingException
java.io.IOExceptioncom.github.fge.jsonschema.core.exceptions.ProcessingExceptionCopyright © 2019. All Rights Reserved.