-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new KiwiConstraintViolations utilities (#1171)
* Add asMap, asSingleValuedMap, asMultiValuedMap, and asMultimap methods to convert a Set of ConstraintViolation into a JDK or Guava Multimap. Overloads provide the ability to customize the translation from a property Path to the map key. * Add pathStringOf, a pure convenience method to eliminate boilerplate. * Clean up a few minor grammatical errors in javadoc. Closes #1169 Closes #1170
- Loading branch information
1 parent
1daeba7
commit f4436d0
Showing
2 changed files
with
567 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.