Annotation Interface JsonSchema.Integer.MultipleOf

Enclosing class:
JsonSchema.Integer

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.Integer.MultipleOf
All integer values should be multiples of the given number.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    long
    Value which integer values should be multiplication of.
  • Element Details

    • value

      long value
      Value which integer values should be multiplication of.
      Returns:
      long value of the required multiplication number