Package org.openxava.validators
Interface IWithMessage
-
- All Known Implementing Classes:
NotBlankCharacterValidator,NotEmptyStringValidator,NotNegativeValidator,NotNullValidator,NotZeroValidator,PositiveValidator
public interface IWithMessageTo be implemented by an entity or property validator to get the message from the annotation. For example, if you define a validator for a property in this way:- Since:
- 4.6.1
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMessage(java.lang.String message)
-