Annotation Type ImportValueConverter


  • @Target({TYPE,FIELD})
    @Retention(RUNTIME)
    public @interface ImportValueConverter
    Annotation for translating deprecated entities and entity fields to current fields
    Author:
    XIMA MEDIA GmbH
    • Element Detail

      • 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