| Package | Description |
|---|---|
| io.restassured.internal.path.xml.mapping | |
| io.restassured.path.xml | |
| io.restassured.path.xml.config | |
| io.restassured.path.xml.mapper.factory |
| Modifier and Type | Method and Description |
|---|---|
static Object |
XmlObjectDeserializer.deserializeWithJaxb(io.restassured.common.mapper.ObjectDeserializationContext ctx,
JAXBObjectMapperFactory factory) |
| Constructor and Description |
|---|
XmlPathJaxbObjectDeserializer(JAXBObjectMapperFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
XmlPath |
XmlPath.using(JAXBObjectMapperFactory factory)
Configure XmlPath to use a specific JAXB object mapper factory
|
| Modifier and Type | Method and Description |
|---|---|
JAXBObjectMapperFactory |
XmlPathConfig.jaxbObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
XmlPathConfig |
XmlPathConfig.jaxbObjectMapperFactory(JAXBObjectMapperFactory jaxbObjectMapperFactory)
Specify a custom Gson object mapper factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJAXBObjectMapperFactory
Simply creates a new JAXBContext based on the supplied class.
|
Copyright © 2010–2023. All rights reserved.