public class JsonPathGsonObjectDeserializer extends Object implements JsonPathObjectDeserializer, groovy.lang.GroovyObject
| Constructor and Description |
|---|
JsonPathGsonObjectDeserializer(GsonObjectMapperFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(io.restassured.common.mapper.ObjectDeserializationContext ctx)
De-serialize data to an instance of
T. |
groovy.lang.MetaClass |
getMetaClass() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
public JsonPathGsonObjectDeserializer(GsonObjectMapperFactory factory)
public Object deserialize(io.restassured.common.mapper.ObjectDeserializationContext ctx)
JsonPathObjectDeserializerT.deserialize in interface JsonPathObjectDeserializerpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2022. All rights reserved.