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 -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe operator to use to match this mapping
-
Element Details
-
oldValue
String oldValueThe old value that should be mapped -
newValue
String newValueThe new value that should be applied if the mapping matches -
operator
FieldValueMappingMigration.Operator operatorThe operator to use to match this mapping- Default:
EQUALS
-