Package de.creativecouple.validation.isbn
Parse/format/validate ISBNs with the official ISBN ranges definition.
The parser is optimized for speed, the ISBN class for simplicity.
The parser is optimized for speed, the ISBN class for simplicity.
- Since:
- 0.1.0
-
Class Summary Class Description ISBN Simple domain object, representing a single ISBN identifier.ISBNValidator The ISBNValidator class represents a combination of rules for the desired ISBN length (10 or 13) and hyphenation style (any, none, correct, correct-or-none), for checking input strings.ISBNValidatorBuilder Builder class to build an ISBNValidator object. -
Enum Summary Enum Description ISBNValidatorBuilder.HyphenationOption Options for handling hyphenation in ISBN strings.