Interface FormatConstraint

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  FormatConstraint.Format  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable java.lang.String getFormat()
      Returns the format of the form field as specified in the json schema specification(for example, date, binary etc)
    • Method Detail

      • getFormat

        @Nullable
        @Nullable java.lang.String getFormat()
        Returns the format of the form field as specified in the json schema specification(for example, date, binary etc)
        Returns:
        the format of the form field
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1