Uses of Class
org.graylog2.plugin.database.validators.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in org.graylog2.database
Methods in org.graylog2.database that return types with arguments of type ValidationResult -
Uses of ValidationResult in org.graylog2.database.validators
Methods in org.graylog2.database.validators that return ValidationResultModifier and TypeMethodDescriptionValidates: Object is not null, of type org.joda.time.DateTime and the String representation is in UTC.Validates: Object is not null, of type String and not empty.Validates: Object is not null and of type Integer.Validates: applies the validation fromFilledStringValidatorand also check that value's length is between the minimum and maximum length passed to the constructor.Validates: Object is notnulland of typeObjectId.Validates: Object is null or of type String. -
Uses of ValidationResult in org.graylog2.plugin.database
Methods in org.graylog2.plugin.database that return types with arguments of type ValidationResultModifier and TypeMethodDescriptionValidationException.getErrors()<T extends Persisted>
Map<String,List<ValidationResult>> PersistedService.validate(T model) <T extends Persisted>
Map<String,List<ValidationResult>> Constructor parameters in org.graylog2.plugin.database with type arguments of type ValidationResult -
Uses of ValidationResult in org.graylog2.plugin.database.validators
Subclasses of ValidationResult in org.graylog2.plugin.database.validatorsModifier and TypeClassDescriptionstatic classstatic classMethods in org.graylog2.plugin.database.validators that return ValidationResult -
Uses of ValidationResult in org.graylog2.plugin.rest
Methods in org.graylog2.plugin.rest that return types with arguments of type ValidationResultModifier and TypeMethodDescriptionabstract Map<String,List<ValidationResult>> ValidationApiError.validationErrors()Method parameters in org.graylog2.plugin.rest with type arguments of type ValidationResult