| Package | Description |
|---|---|
| io.restassured.internal.path.json.mapping | |
| io.restassured.path.json | |
| io.restassured.path.json.config | |
| io.restassured.path.json.mapper.factory |
| Constructor and Description |
|---|
JsonPathGsonObjectDeserializer(GsonObjectMapperFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
JsonPath |
JsonPath.using(GsonObjectMapperFactory factory)
Configure JsonPath to use a specific Gson object mapper factory
|
| Modifier and Type | Method and Description |
|---|---|
GsonObjectMapperFactory |
JsonPathConfig.gsonObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
JsonPathConfig |
JsonPathConfig.gsonObjectMapperFactory(GsonObjectMapperFactory gsonObjectMapperFactory)
Specify a custom Gson object mapper factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGsonObjectMapperFactory
Simply creates a new Gson instance.
|
Copyright © 2010–2019. All rights reserved.