Interface Validator<T>
- Type Parameters:
T- the type of the validator
- All Known Implementing Classes:
IntgerRangeValidator,StringValueListValidator
public interface Validator<T>
- Author:
- Joern Muehlencord (joern@muehlencord.de)
-
Method Summary
-
Method Details
-
validate
validates the parameter value- Parameters:
value- the value of the parameter to validate- Throws:
ValidationException- if the value is not valid according to the validator configuration
-