Interface JohnzonObjectMapperFactory

All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<org.apache.johnzon.mapper.Mapper>
All Known Implementing Classes:
DefaultJohnzonObjectMapperFactory

public interface JohnzonObjectMapperFactory extends io.restassured.common.mapper.factory.ObjectMapperFactory<org.apache.johnzon.mapper.Mapper>
Interface for Johnzon object mappers. Implement this class and register it to the ObjectMapperConfig if you want to override default settings for the Gson object mapper.
  • Method Summary

    Methods inherited from interface io.restassured.common.mapper.factory.ObjectMapperFactory

    create