Class VitamDateTimeAttribute

java.lang.Object
com.github.fge.jsonschema.format.AbstractFormatAttribute
fr.gouv.vitam.common.json.VitamDateTimeAttribute
All Implemented Interfaces:
com.github.fge.jsonschema.format.FormatAttribute

public final class VitamDateTimeAttribute extends com.github.fge.jsonschema.format.AbstractFormatAttribute
Vitam version of Validator for the date-time-vitam format attribute
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.github.fge.jsonschema.format.FormatAttribute
     
    void
    validate(com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data)
     

    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 Details

    • getInstance

      public static com.github.fge.jsonschema.format.FormatAttribute getInstance()
    • validate

      public void validate(com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data) throws com.github.fge.jsonschema.core.exceptions.ProcessingException
      Throws:
      com.github.fge.jsonschema.core.exceptions.ProcessingException