public class JaxbMapper extends Object implements ObjectMapper, groovy.lang.GroovyObject
Constructor and Description |
---|
JaxbMapper(io.restassured.path.xml.mapper.factory.JAXBObjectMapperFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(ObjectMapperDeserializationContext context)
Deserialize a response to a Java object
|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
Object |
serialize(ObjectMapperSerializationContext context)
Serialize a request to an object (String, InputStream or byte[]) that'll be used as the request body.
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public JaxbMapper(io.restassured.path.xml.mapper.factory.JAXBObjectMapperFactory factory)
public Object deserialize(ObjectMapperDeserializationContext context)
ObjectMapper
deserialize
in interface ObjectMapper
context
- The details needed to convert the response to a Java objectpublic Object serialize(ObjectMapperSerializationContext context)
ObjectMapper
serialize
in interface ObjectMapper
context
- The details needed to convert the request from a Java object to a objectpublic groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.