Class JsonSystemMaintenanceTaskMarshalling
java.lang.Object
com.atlassian.confluence.impl.system.task.JsonSystemMaintenanceTaskMarshalling
- All Implemented Interfaces:
 SystemMaintenanceTaskMarshalling
public class JsonSystemMaintenanceTaskMarshalling
extends Object
implements SystemMaintenanceTaskMarshalling
Use JSON to marshal/unmarshal tasks
- Since:
 - 7.7.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshal(SystemMaintenanceTask task) Convert aSystemMaintenanceTaskPOJO to a string representation<T extends SystemMaintenanceTask>
TConvert a string representation of aSystemMaintenanceTaskto a POJO 
- 
Constructor Details
- 
JsonSystemMaintenanceTaskMarshalling
public JsonSystemMaintenanceTaskMarshalling() 
 - 
 - 
Method Details
- 
marshal
Description copied from interface:SystemMaintenanceTaskMarshallingConvert aSystemMaintenanceTaskPOJO to a string representation- Specified by:
 marshalin interfaceSystemMaintenanceTaskMarshalling
 - 
unmarshal
Description copied from interface:SystemMaintenanceTaskMarshallingConvert a string representation of aSystemMaintenanceTaskto a POJO- Specified by:
 unmarshalin interfaceSystemMaintenanceTaskMarshalling
 
 -