| Package | Description |
|---|---|
| org.graylog2.plugin.database | |
| org.graylog2.plugin.database.validators | |
| org.graylog2.plugin.rest |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ValidationResult>> |
ValidationException.getErrors() |
Map<String,List<ValidationResult>> |
PersistedService.validate(Map<String,Validator> validators,
Map<String,Object> fields) |
<T extends Persisted> |
PersistedService.validate(T model) |
<T extends Persisted> |
PersistedService.validate(T model,
Map<String,Object> fields) |
| Constructor and Description |
|---|
ValidationException(Map<String,List<ValidationResult>> errors) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationResult.ValidationFailed |
static class |
ValidationResult.ValidationPassed |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
Validator.validate(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ValidationResult>> |
ValidationApiError.getValidationErrors() |
| Constructor and Description |
|---|
ValidationApiError(String message,
Map<String,List<ValidationResult>> validationErrors) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.