com.github.fge.jsonschema.format.extra
Class SHA1FormatAttribute

java.lang.Object
  extended by com.github.fge.jsonschema.format.AbstractFormatAttribute
      extended by com.github.fge.jsonschema.format.helpers.HexStringFormatAttribute
          extended by com.github.fge.jsonschema.format.extra.SHA1FormatAttribute
All Implemented Interfaces:
FormatAttribute

public final class SHA1FormatAttribute
extends HexStringFormatAttribute

Format specifier for sha1

This format will be quite familiar to git users!

See Also:
HexStringFormatAttribute

Field Summary
 
Fields inherited from class com.github.fge.jsonschema.format.helpers.HexStringFormatAttribute
length
 
Method Summary
static FormatAttribute getInstance()
           
 
Methods inherited from class com.github.fge.jsonschema.format.helpers.HexStringFormatAttribute
validate
 
Methods inherited from class com.github.fge.jsonschema.format.AbstractFormatAttribute
newMsg, supportedTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FormatAttribute getInstance()