Interface ObjectMapperConfiguration

  • All Known Implementing Classes:
    DefaultObjectMapperConfiguration

    public interface ObjectMapperConfiguration
    Interface for objects which are able to configure ObjectMapper
    • Method Detail

      • configureObjectMapper

        com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper​(java.lang.Class<?> objectType,
                                                                          com.fasterxml.jackson.databind.ObjectMapper mapper)
        Parameters:
        objectType - type of object that is going to be mapped
        mapper - mapper to be configured
        Returns:
        fully configured mapper to be used for mapping