public class ListTestCaseJsonUnmarshaller extends AbstractUnmarshaller<java.util.List<TestCase>,JsonUnmarshallerContext>
| Constructor and Description |
|---|
ListTestCaseJsonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static ListTestCaseJsonUnmarshaller |
getInstance() |
java.util.List<TestCase> |
parse(java.lang.String data) |
isParseJson, unmarshallpublic static ListTestCaseJsonUnmarshaller getInstance()
public java.util.List<TestCase> parse(java.lang.String data) throws java.lang.Exception
parse in interface Unmarshaller<java.util.List<TestCase>,JsonUnmarshallerContext>parse in class AbstractUnmarshaller<java.util.List<TestCase>,JsonUnmarshallerContext>java.lang.Exception