- validateClass(Class<?>, AnnotationRequirement, boolean) - Static method in class com.io7m.jequality.validator.EqualityValidator
-
Validate the given class according to the annotation requirements.
- VALIDATION_ERROR_INCONSISTENT_HASHCODE - com.io7m.jequality.validator.ValidatorResult
-
Validation failed; hashCode checking was requested, but the
hashCode method was not defined in the same class as equals.
- VALIDATION_ERROR_WANTED_ANNOTATIONS - com.io7m.jequality.validator.ValidatorResult
-
Validation failed; annotations were required but none were included.
- VALIDATION_ERROR_WANTED_REFERENCE_EQUALITY - com.io7m.jequality.validator.ValidatorResult
-
Validation failed; the class specified reference equality but actually
overrode equals.
- VALIDATION_ERROR_WANTED_STRUCTURAL_EQUALITY - com.io7m.jequality.validator.ValidatorResult
-
Validation failed; the class specified structural equality but failed to
override equals.
- VALIDATION_OK - com.io7m.jequality.validator.ValidatorResult
-
Validation succeeded.
- ValidatorResult - Enum in com.io7m.jequality.validator
-
The result of validation.
- valueOf(String) - Static method in enum com.io7m.jequality.validator.AnnotationRequirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jequality.validator.ValidatorResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.io7m.jequality.validator.AnnotationRequirement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jequality.validator.ValidatorResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.