Uses of Interface
io.restassured.path.json.mapper.factory.GsonObjectMapperFactory
Packages that use GsonObjectMapperFactory
Package
Description
-
Uses of GsonObjectMapperFactory in io.restassured.internal.path.json.mapping
Constructors in io.restassured.internal.path.json.mapping with parameters of type GsonObjectMapperFactory -
Uses of GsonObjectMapperFactory in io.restassured.path.json
Methods in io.restassured.path.json with parameters of type GsonObjectMapperFactoryModifier and TypeMethodDescriptionJsonPath.using(GsonObjectMapperFactory factory) Configure JsonPath to use a specific Gson object mapper factory -
Uses of GsonObjectMapperFactory in io.restassured.path.json.config
Methods in io.restassured.path.json.config that return GsonObjectMapperFactoryMethods in io.restassured.path.json.config with parameters of type GsonObjectMapperFactoryModifier and TypeMethodDescriptionJsonPathConfig.gsonObjectMapperFactory(GsonObjectMapperFactory gsonObjectMapperFactory) Specify a custom Gson object mapper factory. -
Uses of GsonObjectMapperFactory in io.restassured.path.json.mapper.factory
Classes in io.restassured.path.json.mapper.factory that implement GsonObjectMapperFactoryModifier and TypeClassDescriptionclassSimply creates a new Gson instance.