public class JsonDocumentReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.jayway.jsonpath.DocumentContext |
jsonDocCtx |
| Constructor and Description |
|---|
JsonDocumentReader(File jsonFilePath) |
JsonDocumentReader(String jsonAsString) |
| Modifier and Type | Method and Description |
|---|---|
com.jayway.jsonpath.DocumentContext |
getDocumentContext() |
<T> T |
readSingleValue(String jsonPath) |
<T> List<T> |
readValuesAsList(String jsonPath) |
<T> Set<T> |
readValuesAsSet(String jsonPath) |
Copyright © 2021. All rights reserved.