Package | Description |
---|---|
org.mongodb.morphia.query.validation |
Modifier and Type | Method and Description |
---|---|
boolean |
ValueValidator.apply(Class<?> type,
Object value,
List<ValidationFailure> validationFailures)
Applied validation for the given field.
|
boolean |
TypeValidator.apply(Class<?> type,
Object value,
List<ValidationFailure> validationFailures)
Apply validation for the given field.
|
boolean |
EntityTypeAndIdValueValidator.apply(MappedClass mappedClass,
MappedField mappedField,
Object value,
List<ValidationFailure> validationFailures)
Checks the class of the
value against the type of the ID for the type . |
boolean |
OperationValidator.apply(MappedField mappedField,
FilterOperator operator,
Object value,
List<ValidationFailure> validationFailures)
Apply validation for the given operator.
|
Copyright © 2016. All rights reserved.