Interface FieldValidator
-
- All Known Implementing Classes:
AbstractFieldValidator,CompositeValidator,EnumerationValidator,ExactLengthValidator,LengthValidator,RangeValidator,RegexValidator
public interface FieldValidator- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(String value, Object decoded)
-
-
-
Method Detail
-
validate
void validate(String value, Object decoded) throws ValidationException
- Throws:
ValidationException
-
-