Annotation Interface JsonSchema.String.Pattern

Enclosing class:
JsonSchema.String

@Target({METHOD,FIELD}) @Retention(CLASS) public static @interface JsonSchema.String.Pattern
Regexp pattern the String value has to follow.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Regexp pattern of the String value.
  • Element Details

    • value

      String value
      Regexp pattern of the String value.
      Returns:
      selected regexp pattern