public class GsonMapper extends Object implements ObjectMapper, groovy.lang.GroovyObject
| Constructor and Description |
|---|
GsonMapper(io.restassured.path.json.mapper.factory.GsonObjectMapperFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(ObjectMapperDeserializationContext context)
Deserialize a response to a Java object
|
groovy.lang.MetaClass |
getMetaClass() |
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) |
public GsonMapper(io.restassured.path.json.mapper.factory.GsonObjectMapperFactory factory)
public Object deserialize(ObjectMapperDeserializationContext context)
ObjectMapperdeserialize in interface ObjectMappercontext - The details needed to convert the response to a Java objectpublic Object serialize(ObjectMapperSerializationContext context)
ObjectMapperserialize in interface ObjectMappercontext - The details needed to convert the request from a Java object to a objectpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2020. All rights reserved.