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 null
value
- the value to be validatedString
or null
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.