public class Parsing extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.jayway.jsonpath.Configuration |
JSON_PATH_ALWAYS_LIST_CONFIG |
static com.jayway.jsonpath.Configuration |
JSON_PATH_PATHS_CONFIGURATION |
| Constructor and Description |
|---|
Parsing() |
| Modifier and Type | Method and Description |
|---|---|
static com.jayway.jsonpath.DocumentContext |
addElement(com.jayway.jsonpath.DocumentContext ctx,
String path) |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
public static com.jayway.jsonpath.Configuration JSON_PATH_ALWAYS_LIST_CONFIG
public static com.jayway.jsonpath.Configuration JSON_PATH_PATHS_CONFIGURATION
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
public static final com.jayway.jsonpath.DocumentContext addElement(com.jayway.jsonpath.DocumentContext ctx,
String path)
throws ConfigurationException
ConfigurationExceptionCopyright © 2020. All Rights Reserved.