| Interface | Description |
|---|---|
| ObjectMapper |
An object mapper is used to serialize and deserialize a Java object to and from a String, byte[] or InputStream.
|
| ObjectMapperDeserializationContext |
Class containing details needed for REST Assured deserializers to convert a response to a Java class.
|
| ObjectMapperSerializationContext |
Class containing details needed for serializing a response to a Java class.
|
| Enum | Description |
|---|---|
| ObjectMapperType |
The predefined object mappers that can be used with REST Assured
|
Copyright © 2010–2022. All rights reserved.