public class ValidationResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationResult.ErrorItem |
| Constructor and Description |
|---|
ValidationResult(com.github.fge.jsonschema.core.report.ProcessingReport report) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult.ErrorItem> |
getErrorItems() |
com.github.fge.jsonschema.core.report.ProcessingReport |
getReport() |
boolean |
isSuccess() |
public ValidationResult(com.github.fge.jsonschema.core.report.ProcessingReport report)
public boolean isSuccess()
public List<ValidationResult.ErrorItem> getErrorItems()
public com.github.fge.jsonschema.core.report.ProcessingReport getReport()
Copyright © 2016. All Rights Reserved.