public class PhoneNumberRegexpValidationStrategy extends Object implements ValidationStrategy
| Constructor and Description |
|---|
PhoneNumberRegexpValidationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
numberMatchesRegexp(Matcher matcher) |
<T> void |
validate(T... objectsToValidate) |
public <T> void validate(T... objectsToValidate)
validate in interface ValidationStrategyprotected boolean numberMatchesRegexp(Matcher matcher)
Copyright © 2015. All rights reserved.