Interface Validator<T>
- Type Parameters:
T
- The type of the data to validate
public interface Validator<T>
Validates data for a specific document to see if the data
is allowed or possibly contains errors.
- See Also:
-
InputDescriptor.setValidator(Validator)
-
Method Summary
-
Method Details
-
validate
-