Annotation Interface JsonSchema.String.MaxLength

Enclosing class:
JsonSchema.String

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.String.MaxLength
Maximal length of the String value.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    long
    Maximal String value length.
  • Element Details

    • value

      long value
      Maximal String value length.
      Returns:
      selected maximal String value length