Interface Jackson2ObjectMapperFactory

All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<com.fasterxml.jackson.databind.ObjectMapper>
All Known Implementing Classes:
DefaultJackson2ObjectMapperFactory

public interface Jackson2ObjectMapperFactory extends io.restassured.common.mapper.factory.ObjectMapperFactory<com.fasterxml.jackson.databind.ObjectMapper>
Interface for Jackson 2.0 based object mappers. Implement this class and register it to the ObjectMapperConfig if you want to override default settings for the Jackson 2.0 object mapper.
  • Method Summary

    Methods inherited from interface io.restassured.common.mapper.factory.ObjectMapperFactory

    create