| AbstractValidator |
Abstract Validator class that has helpful methods for emitting events.
|
| ContextualValidationEventFormatter |
This validation event formatter outputs a validation event that points
to the source code line that triggered the event.
|
| LineValidationEventFormatter |
Writes ValidationEvent objects as a single line string.
|
| NodeValidationVisitor |
Validates Node values provided for Shape definitions.
|
| NodeValidationVisitor.Builder |
|
| ValidatedResult<T> |
Represents the result of an operation and the ValidationEvents
that occurred.
|
| ValidationEvent |
A validation event created when validating a model.
|
| ValidationEvent.Builder |
Builds ValidationEvent values.
|
| ValidationUtils |
Utility methods used when validating.
|
| ValidatorService.Provider |
Provides a simple abstraction for creating validator service subclasses.
|