Uses of Class
org.eel.kitchen.jsonschema.format.FormatSpecifier

Packages that use FormatSpecifier
org.eel.kitchen.jsonschema.format   
 

Uses of FormatSpecifier in org.eel.kitchen.jsonschema.format
 

Subclasses of FormatSpecifier in org.eel.kitchen.jsonschema.format
 class AbstractDateFormatSpecifier
          Specialized format validator for date/time checking
 class CSSColorFormatSpecifier
           
 class CSSStyleFormatSpecifier
          Attempt to recognize a CSS 2.1 style (style format specification in the draft).
 class DateFormatSpecifier
          Validator for the date format specification
 class DateTimeFormatSpecifier
          Validator for the date-time format specification
 class EmailFormatSpecifier
          Validator for the email format specification.
 class HostnameFormatSpecifier
          Validator for the host-name format specification
 class IPV4FormatSpecifier
          Validator for the ip-address format specification, ie an IPv4 address
 class IPV6FormatSpecifier
          Validator for the ipv6 format specification
 class PhoneNumberFormatSpecifier
          Attempt to validate the phone format specification
 class RegexFormatSpecifier
          Validator for the regex format specification
 class TimeFormatSpecifier
          Validator for the time format specification
 class UnixEpochFormatSpecifier
          Validator for the utc-millisec format specification
 class URIFormatSpecifier
          Validator for the uri format specification
 

Methods in org.eel.kitchen.jsonschema.format that return FormatSpecifier
static FormatSpecifier DateTimeFormatSpecifier.getInstance()
           
static FormatSpecifier CSSColorFormatSpecifier.getInstance()
           
static FormatSpecifier CSSStyleFormatSpecifier.getInstance()
           
static FormatSpecifier IPV6FormatSpecifier.getInstance()
           
static FormatSpecifier UnixEpochFormatSpecifier.getInstance()
           
static FormatSpecifier TimeFormatSpecifier.getInstance()
           
static FormatSpecifier PhoneNumberFormatSpecifier.getInstance()
           
static FormatSpecifier DateFormatSpecifier.getInstance()
           
static FormatSpecifier URIFormatSpecifier.getInstance()
           
static FormatSpecifier RegexFormatSpecifier.getInstance()
           
static FormatSpecifier HostnameFormatSpecifier.getInstance()
           
static FormatSpecifier IPV4FormatSpecifier.getInstance()
           
static FormatSpecifier EmailFormatSpecifier.getInstance()
           
 



Copyright © 2012. All Rights Reserved.