Class | Description |
---|---|
DomainValidator |
Domain name validation routines.
|
DurationValidator |
Validates that a string property conforms to RFC 3339's understanding of
duration as defined in ISO 8601:1988.
|
EmailValidator |
Perform email validations.
|
InetAddressValidator |
InetAddress validation and conversion routines (
java.net.InetAddress ). |
RegexFormat |
Validates that a value is a valid regex.
|
RegexValidator |
Regular Expression validation (using JDK 1.4+ regex support).
|
TimeFormat |
Validates that a value conforms to the time specification in RFC 3339.
|
Enum | Description |
---|---|
DomainValidator.ArrayType |
enum used by
DomainValidator.updateTLDOverride(ArrayType, String[])
to determine which override array to update / fetch |
Copyright © 2023. All rights reserved.