Package de.xima.fc.annotations
Annotation Type ImportValueConverter
Annotation for translating deprecated entities and entity fields to current fields
- Author:
- XIMA MEDIA GmbH
-
Optional Element Summary
Optional Elements
-
Element Details
-
newField
String newField- Returns:
String
Name of the new class field
- Default:
- ""
-
strategy
Class<? extends IImportConversionStrategy> strategy- Returns:
Class
of the converter strategy which defines how the deprecated value should be converted to the new value
- Default:
- de.xima.fc.interfaces.strategy.IImportConversionStrategy.class
-