Package de.xima.fc.annotations
Annotation Type EntityImportDetails
- 
@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface EntityImportDetails
Deprecated.Consider usingEntityTransferDetailsinstead. WhenEntityTransferDetails.deserializationExtension()was configured, it takes precedence over this annotation.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
 - See Also:
 EntityTransferDetails
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends IEntityDeserializationExtension>deserializationExtensionDeprecated.Can be used on any entity type. 
 - 
 
- 
- 
Element Detail
- 
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.
 
 
 - 
 
 -