Package com.github.fge.jsonschema.format.helpers

Helper classes for format attributes

See:
          Description

Class Summary
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.
 

Package com.github.fge.jsonschema.format.helpers Description

Helper classes for format attributes

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.