Class | Description |
---|---|
Message |
One validation message
|
Message.Builder |
Builder class for a
Message |
ValidationReport |
A validation report
|
Enum | Description |
---|---|
Domain |
Enumeration of validation domains
|
All validation messages use the Message
class, which can itself be
represented as JSON.
Validation reports are maps of messages, with keys to the map being pointers into the instance being validated, and values being arrays of validation messages for that path. A validation report also has JSON representations (one as an array, another as an object).
Copyright © 2013. All Rights Reserved.