Add @ISBN10
, @ISBN13
and @ISBN
validators
#12
Labels
✨ enhancement
New feature or request
👶 good first issue
Good for newcomers
🧵string
Relates to string based bean validation
Milestone
Search before asking
Description
It would be useful for an
@ISBN
validator as we have no existing solution for this.Solution
There is an
ISBNValidator
from apache commons. The documentation is here. We can use this to implement theisValid
method. It has both an ISBN-10, ISBN-13 and a general ISBN validator that can be used for each annotation.Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: