Class WorkflowStateDeserializationExtension
java.lang.Object
de.xima.fc.extension.deserialization.WorkflowStateDeserializationExtension
- All Implemented Interfaces:
IEntityDeserializationExtension
public class WorkflowStateDeserializationExtension
extends Object
implements IEntityDeserializationExtension
Handles the deserialization of deprecated fields in
WorkflowState entities- Since:
- 7.0.5
- Author:
- XIMA Media GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFor hooking into the deserialization after the entity has been fully deserializedbooleanFor hooking into deserialization of an entity field before it is being processed by the default Deserialization
-
Constructor Details
-
WorkflowStateDeserializationExtension
public WorkflowStateDeserializationExtension()
-
-
Method Details
-
handlePreFieldDeserializationHook
Description copied from interface:IEntityDeserializationExtensionFor hooking into deserialization of an entity field before it is being processed by the default Deserialization- Specified by:
handlePreFieldDeserializationHookin interfaceIEntityDeserializationExtension- Parameters:
params- details about the field that is currently being processed- Returns:
- if further deserialization of the field should be skipped
-
handlePostEntityDeserializationHook
Description copied from interface:IEntityDeserializationExtensionFor hooking into the deserialization after the entity has been fully deserialized- Specified by:
handlePostEntityDeserializationHookin interfaceIEntityDeserializationExtension- Parameters:
params- details of the entity deserialization result
-