validate/validate_annotations
library
Classes
-
CompVal<T extends Comparable<T>>
-
A value in a comparison
-
CompValueList<T extends Comparable<T>>
-
-
CompValueRef<T extends Comparable<T>>
-
-
CompValueSingle<T extends Comparable<T>>
-
-
TypeCompVal
-
-
Valida
-
Specification of the validation that should be
executed over a given class
-
ValidaComparable<T extends Comparable<T>>
-
Interface for validators which are comparable
-
ValidaComparison<T extends Comparable<T>>
-
The comparison for validators which are comparable
-
ValidaCustom<T>
-
Interface for validators which accept a custom function
-
ValidaDate
-
Specification of the validation that should be
executed over a given Date
-
ValidaDuration
-
Specification of the validation that should be
executed over a given Duration
-
ValidaField<T>
-
Interface for validators which are fields of a class
-
ValidaFunction
-
A function with this annotation will be executed in the validation process
-
ValidaLength
-
Specification of the validation that should be
executed over a given value which has length
-
ValidaList<T>
-
Specification of the validation that should be
executed over a given List
-
ValidaMap<K, V>
-
Specification of the validation that should be
executed over a given Map
-
ValidaNum
-
Specification of the validation that should be
executed over a given number
-
ValidaSet<T>
-
Specification of the validation that should be
executed over a given Set
-
ValidaString
-
Specification of the validation that should be
executed over a given string