Interface GsonObjectMapperFactory

All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<com.google.gson.Gson>
All Known Implementing Classes:
DefaultGsonObjectMapperFactory

public interface GsonObjectMapperFactory extends io.restassured.common.mapper.factory.ObjectMapperFactory<com.google.gson.Gson>
Interface for Gson object mappers. Implement this class and register it to the ObjectMapperConfig if you want to override default settings for the Gson object mapper.
  • Method Summary

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

    create