Class DefaultGsonObjectMapperFactory

java.lang.Object
io.restassured.path.json.mapper.factory.DefaultGsonObjectMapperFactory
All Implemented Interfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<com.google.gson.Gson>, GsonObjectMapperFactory

public class DefaultGsonObjectMapperFactory extends Object implements GsonObjectMapperFactory
Simply creates a new Gson instance.
  • Constructor Details

    • DefaultGsonObjectMapperFactory

      public DefaultGsonObjectMapperFactory()
  • Method Details

    • create

      public com.google.gson.Gson create(Type cls, String charset)
      Specified by:
      create in interface io.restassured.common.mapper.factory.ObjectMapperFactory<com.google.gson.Gson>