Class DefaultJackson3ObjectMapperFactory

java.lang.Object
io.restassured.path.json.mapper.factory.DefaultJackson3ObjectMapperFactory
All Implemented Interfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<tools.jackson.databind.ObjectMapper>, Jackson3ObjectMapperFactory

public class DefaultJackson3ObjectMapperFactory extends Object implements Jackson3ObjectMapperFactory
Creates a new Jackson 3.0 ObjectMapper (using the JsonMapper builder). It also registers all available modules.
  • Constructor Details

    • DefaultJackson3ObjectMapperFactory

      public DefaultJackson3ObjectMapperFactory()
  • Method Details

    • create

      public tools.jackson.databind.ObjectMapper create(Type cls, String charset)
      Specified by:
      create in interface io.restassured.common.mapper.factory.ObjectMapperFactory<tools.jackson.databind.ObjectMapper>