| Modifier and Type | Field and Description |
|---|---|
static int |
ISBN10_LENGTH
definition of isbn10 length.
|
| Constructor and Description |
|---|
Isbn10Validator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Isbn10 pconstraintAnnotation)
initialize the validator.
|
boolean |
isValid(Object pvalue,
javax.validation.ConstraintValidatorContext pcontext)
check if given string is a valid isbn.
|
public static final int ISBN10_LENGTH
Copyright © 2015–2016. All rights reserved.