Uses of Class
dev.morphia.query.validation.TypeValidator
-
Packages that use TypeValidator Package Description dev.morphia.query.validation -
-
Uses of TypeValidator in dev.morphia.query.validation
Subclasses of TypeValidator in dev.morphia.query.validation Modifier and Type Class Description classDefaultTypeValidatorThis is a fall-through validator that looks at the type and at the class of the value and figures out if they're similar enough to be used to query.classDoubleTypeValidatorValidation for fields of Double/double type.classEntityAnnotatedValueValidatorEnsures that a Class is annotated with @Entity.classIntegerTypeValidatorIf the Type is some sort of integer-compatible field (seegetTypeClasses) then this validator will check if the value is of the correct type for this field.classLongTypeValidatorChecks the type of the value if the type of the field is a Long or long.
-