Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Support for asObject #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Responses should be serialized to Objects if we have e.g. Jackson or Jersey in 
CP. E.g. 

get("/something").asObject(MyClass.class);

MyClass should be annotated with standard javax bind annotations (XmlElement).

Original issue reported on code.google.com by johan.ha...@gmail.com on 18 Jan 2011 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 2 Oct 2011 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 2 Oct 2011 at 4:56