org.camunda.bpm.engine.impl.json
Class JsonProcessDefinitionConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<ProcessDefinition>
org.camunda.bpm.engine.impl.json.JsonProcessDefinitionConverter
public class JsonProcessDefinitionConverter
- extends JsonObjectConverter<ProcessDefinition>
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonProcessDefinitionConverter
public JsonProcessDefinitionConverter()
toJsonObject
public JSONObject toJsonObject(ProcessDefinition processDefinition)
- Specified by:
toJsonObject in class JsonObjectConverter<ProcessDefinition>
toObject
public ProcessDefinition toObject(Reader reader)
- Specified by:
toObject in class JsonObjectConverter<ProcessDefinition>
Copyright © 2014 camunda services GmbH. All Rights Reserved.