public class StepDefinitionHelper extends Object
| Constructor and Description |
|---|
StepDefinitionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildJsonString(String fileName,
String jsonInput)
Build json string string.
|
static Object |
getActualValue(Object object)
Gets actual value.
|
static Object |
getJSON(String json) |
static Object |
getObjectValue(Object value)
Gets object value.
|
static Object |
replace(String value)
Gets actual value.
|
public static Object replace(String value)
value - the valuepublic static Object getActualValue(Object object)
object - the objectpublic static String buildJsonString(String fileName, String jsonInput) throws Exception
fileName - the file namejsonInput - the json inputException - the exceptionpublic static Object getObjectValue(Object value)
value - the valueCopyright © 2021. All rights reserved.