public class JsonMarshallingUtils extends Object
| Constructor and Description |
|---|
JsonMarshallingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
marshal(Object value) |
static HttpRequestItem |
unmarshalHttpRequestItem(String requestFilePath) |
static HttpRequestItem |
unmarshalHttpRequestItem(String requestFilePath,
Set<Argument> arguments) |
public static String marshal(Object value) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic static HttpRequestItem unmarshalHttpRequestItem(String requestFilePath) throws Exception
ExceptionCopyright © 2018. All rights reserved.