Uses of Class
de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
-
Packages that use AbstractIsbnValidator Package Description de.knightsoftnet.validators.shared.impl JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations). -
-
Uses of AbstractIsbnValidator in de.knightsoftnet.validators.shared.impl
Subclasses of AbstractIsbnValidator in de.knightsoftnet.validators.shared.impl Modifier and Type Class Description classIsbn10ValidatorCheck a string if it's a valid ISBN10.classIsbn13ValidatorCheck a string if it's a valid ISBN13.classIsbnValidatorCheck a string if it's a valid ISBN (10 or 13 digits long).
-