org.camunda.bpm.engine.impl.json
Class JsonListConverter<T>
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonListConverter<T>
public class JsonListConverter<T>
- extends Object
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonListConverter
public JsonListConverter(JsonObjectConverter<T> jsonObjectConverter)
toJson
public void toJson(List<T> list,
Writer writer)
toJson
public String toJson(List<T> list)
toJson
public String toJson(List<T> list,
int indentFactor)
toObject
public List<T> toObject(Reader reader)
getJsonObjectConverter
public JsonObjectConverter<T> getJsonObjectConverter()
setJsonObjectConverter
public void setJsonObjectConverter(JsonObjectConverter<T> jsonObjectConverter)
Copyright © 2014 camunda services GmbH. All Rights Reserved.