Annotation Type FieldValueMapping


@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface FieldValueMapping
field to possible values connection.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    name of the field that should be used for comparison.
    array of values to look for.
  • Element Details

    • fieldCompare

      String fieldCompare
      name of the field that should be used for comparison.
      Returns:
      the name of the field that should be used for comparison
    • valueCompare

      String[] valueCompare
      array of values to look for.
      Returns:
      the array of values to look for