Uses of Interface
io.restassured.path.json.mapper.factory.Jackson3ObjectMapperFactory
Packages that use Jackson3ObjectMapperFactory
Package
Description
-
Uses of Jackson3ObjectMapperFactory in io.restassured.internal.path.json.mapping
Constructors in io.restassured.internal.path.json.mapping with parameters of type Jackson3ObjectMapperFactoryModifierConstructorDescription -
Uses of Jackson3ObjectMapperFactory in io.restassured.path.json
Methods in io.restassured.path.json with parameters of type Jackson3ObjectMapperFactoryModifier and TypeMethodDescriptionJsonPath.using(Jackson3ObjectMapperFactory factory) Configure JsonPath to use a specific Jackson 3 object mapper factory -
Uses of Jackson3ObjectMapperFactory in io.restassured.path.json.config
Methods in io.restassured.path.json.config that return Jackson3ObjectMapperFactoryMethods in io.restassured.path.json.config with parameters of type Jackson3ObjectMapperFactoryModifier and TypeMethodDescriptionJsonPathConfig.jackson3ObjectMapperFactory(Jackson3ObjectMapperFactory jackson3ObjectMapperFactory) Specify a custom Jackson 3.0 object mapper factory. -
Uses of Jackson3ObjectMapperFactory in io.restassured.path.json.mapper.factory
Classes in io.restassured.path.json.mapper.factory that implement Jackson3ObjectMapperFactoryModifier and TypeClassDescriptionclassCreates a new Jackson 3.0 ObjectMapper (using the JsonMapper builder).