Annotation Interface JsonSchema.String.MinLength

Enclosing class:
JsonSchema.String

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

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

    • value

      long value
      Minimal String value length.
      Returns:
      selected minimal String value length