Package de.creativecouple.validation.isbn


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.
Since:
0.1.0
  • Class
    Description
    Simple domain object, representing a single ISBN identifier.
    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.
    Builder class to build an ISBNValidator object.
    Options for handling hyphenation in ISBN strings.