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

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.MD5FormatAttribute
All Implemented Interfaces:
FormatAttribute

public final class MD5FormatAttribute
extends HexStringFormatAttribute

Format specifier for md5

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()