See: Description
Class | Description |
---|---|
AbstractDateFormatAttribute |
Abstract class for date/time related format attributes
|
IPv4FormatAttribute |
Validator for both the
ip-address (draft v3) and ipv4 (draft
v4) format attributes. |
SharedHostNameAttribute |
Validator for the
host-name format attribute. |
The one you may want to reuse is AbstractDateFormatAttribute
, which
can be used to validate any date format using Joda Time's DateTimeFormat
.
Copyright © 2013. All Rights Reserved.