Interface JsonbObjectMapperFactory

All Superinterfaces:
io.restassured.common.mapper.factory.ObjectMapperFactory<jakarta.json.bind.Jsonb>
All Known Implementing Classes:
DefaultYassonObjectMapperFactory

public interface JsonbObjectMapperFactory extends io.restassured.common.mapper.factory.ObjectMapperFactory<jakarta.json.bind.Jsonb>
Interface for JSON-B object mappers. Implement this class and register it to the ObjectMapperConfig if you want to override default settings for the Jsonb object mapper.
  • Method Summary

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

    create