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
Simply creates a new Gson instance.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultGsonObjectMapperFactory
public DefaultGsonObjectMapperFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceio.restassured.common.mapper.factory.ObjectMapperFactory<com.google.gson.Gson>
-