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 TypeMethodDescriptionvoid
For hooking into the deserialization after the entity has been fully deserializedboolean
For 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:IEntityDeserializationExtension
For hooking into deserialization of an entity field before it is being processed by the default Deserialization- Specified by:
handlePreFieldDeserializationHook
in 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:IEntityDeserializationExtension
For hooking into the deserialization after the entity has been fully deserialized- Specified by:
handlePostEntityDeserializationHook
in interfaceIEntityDeserializationExtension
- Parameters:
params
- details of the entity deserialization result
-