Annotation Interface FieldValueMappingMigration.Mapping

Enclosing class:
FieldValueMappingMigration

public static @interface FieldValueMappingMigration.Mapping
Describe a mapping for this field.
Since:
0.2
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The new value that should be applied if the mapping matches
    The old value that should be mapped
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The operator to use to match this mapping
  • Element Details

    • oldValue

      String oldValue
      The old value that should be mapped
    • newValue

      String newValue
      The new value that should be applied if the mapping matches
    • operator

      The operator to use to match this mapping
      Default:
      EQUALS