Annotation Interface JsonSchema.Number.ExclusiveMaximum

Enclosing class:
JsonSchema.Number

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.Number.ExclusiveMaximum
Exclusive maximum value of the number. Explanation: validated number < exclusive maximum.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    double
    Number exclusive maximum.
  • Element Details

    • value

      double value
      Number exclusive maximum.
      Returns:
      selected exclusive maximum value