Annotation Type EntityImportDetails


@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface EntityImportDetails
Deprecated.
In the future each domain module will provide its own way of importing and exporting entities.
Annotation for customizing the deserialization process during entity import. Can be used e.g. to take into account deprecated fields.
Since:
7.0.5
Author:
XIMA Media GmbH
  • Element Details

    • deserializationExtension

      Class<? extends IEntityDeserializationExtension> deserializationExtension
      Deprecated.
      Can be used on any entity type. Allows customizing the deserialization process during entity import. Can be used e.g. to take into account deprecated fields.
      Returns:
      The deserialization extension that should be used for the entity.