Interface | Description |
---|---|
ColorComparator |
Super interface for comparing two Colors using a Comparator.
|
FileValidator |
Interface for FileValidation.
|
PasswordEncryption | |
PasswordEvaluator |
An evaluator of password, to evaluate if the password is "strong" enough.
|
Range<T extends Comparable<T>> |
Interface to used with PropertyTypes which has a min and max range, must extend
Comparable<T> . |
URLValidator |
Interface for implementations that can validate an URL.
|