Interface Jackson1ObjectMapperFactory
- All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<org.codehaus.jackson.map.ObjectMapper>
- All Known Implementing Classes:
DefaultJackson1ObjectMapperFactory
public interface Jackson1ObjectMapperFactory
extends io.restassured.common.mapper.factory.ObjectMapperFactory<org.codehaus.jackson.map.ObjectMapper>
Interface for Jackson 1.0 based object mappers. Implement this class and register it to the ObjectMapperConfig if you
want to override default settings for the Jackson object mapper.
-
Method Summary
Methods inherited from interface io.restassured.common.mapper.factory.ObjectMapperFactory
create