T - the expected type of the value to be validatedpublic interface Validator<T>
Validate| Modifier and Type | Method and Description |
|---|---|
String |
validate(T value)
Executes the required validations over a given value, returning
any validation error messages that are applicable.
|
String validate(T value)
String or nullvalue - the value to be validatedString or nullCopyright © 2019 Univocity Software Pty Ltd. All rights reserved.