Annotation Type 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
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends IEntityDeserializationExtension> Deprecated.Can be used on any entity type.
-
Element Details
-
deserializationExtension
Class<? extends IEntityDeserializationExtension> deserializationExtensionDeprecated.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.
-