Uses of Class
com.github.fge.jsonschema.format.AbstractFormatAttribute

Packages that use AbstractFormatAttribute
com.github.fge.jsonschema.format.common Common format attribute classes for draft v3 and draft v4 
com.github.fge.jsonschema.format.draftv3 Format attributes specific to draft v3 
com.github.fge.jsonschema.format.helpers Helper classes for format attributes 
 

Uses of AbstractFormatAttribute in com.github.fge.jsonschema.format.common
 

Subclasses of AbstractFormatAttribute in com.github.fge.jsonschema.format.common
 class DateTimeAttribute
          Validator for the date-time format attribute
 class EmailAttribute
          Validator for the email format attribute.
 class IPv6Attribute
          Validator for the ipv6 format attribute.
 class RegexAttribute
          Validator for the regex format attribute.
 class URIAttribute
          Validator for the uri format attribute.
 

Uses of AbstractFormatAttribute in com.github.fge.jsonschema.format.draftv3
 

Subclasses of AbstractFormatAttribute in com.github.fge.jsonschema.format.draftv3
 class DateAttribute
          Validator for the date format attribute.
 class PhoneAttribute
          Attempt to validate the phone format attribute.
 class TimeAttribute
          Validator for the time format attribute.
 class UTCMillisecAttribute
          Validator for the utc-millisec format attribute.
 

Uses of AbstractFormatAttribute in com.github.fge.jsonschema.format.helpers
 

Subclasses of AbstractFormatAttribute in com.github.fge.jsonschema.format.helpers
 class DateFormatAttribute
          Abstract class for date/time related format attributes
 class IPv4FormatAttribute
          Validator for both the ip-address (draft v3) and ipv4 (draft v4) format attributes.
 class SharedHostNameAttribute
          Validator for the host-name format attribute.
 



Copyright © 2014. All Rights Reserved.