@Version(value="1.0.0")
Interface | Description |
---|---|
Validator<T> |
A
Validator is responsible for validating a single piece of information according to an internal constraint. |
ValidatorContext |
Used as parameter for each call of
Validator.validate(Object, ValidatorContext, ValueMap)
Exposes additional information about the context in which the validation was called. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.