public static interface ProcessCodeGenericTask.JsonParseFunction
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
parse(java.lang.String json)
Parses json string into some object.
|
java.lang.Object parse(java.lang.String json)
throws java.lang.Exception
ProcessCodeGenericTask needs
to parse a JSON string, this method will be called.json - JSON stringjava.lang.Exception