Campoie / rest-assured

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

Support setting default ObjectMapper #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g.

RestAssured.defaultObjectMapper = ObjectMapper.JACKSON;

or:

RestAssured.defaultObjectMapper(ObjectMapper.JACKSON);

if we want to support custom mappers in the future

Original issue reported on code.google.com by johan.ha...@gmail.com on 7 Oct 2011 at 1:08

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 11 Oct 2012 at 8:00