public class RfcCompliantEmailAddressValidator extends Object implements IValidator<String>
Most users will be satisfied with the EmailAddressValidator
| Modifier | Constructor and Description |
|---|---|
protected |
RfcCompliantEmailAddressValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected IValidationError |
decorate(IValidationError error,
IValidatable<String> validatable)
Allows subclasses to decorate reported errors
|
static RfcCompliantEmailAddressValidator |
getInstance() |
void |
validate(IValidatable<String> validatable) |
public static RfcCompliantEmailAddressValidator getInstance()
public void validate(IValidatable<String> validatable)
validate in interface IValidator<String>protected IValidationError decorate(IValidationError error, IValidatable<String> validatable)
error - validatable - Copyright © 2006–2015 Apache Software Foundation. All rights reserved.