See: Description
Class | Description |
---|---|
DateFormatAttribute |
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 DateFormatAttribute
, which can be
used to validate any date format using Joda Time's DateTimeFormat
.
Copyright © 2014. All Rights Reserved.