Interface Jackson3ObjectMapperFactory

All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<tools.jackson.databind.ObjectMapper>
All Known Implementing Classes:
DefaultJackson3ObjectMapperFactory

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

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

    create