All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.harmonysoft.oss.jackson.ObjectMapperConfigurationExtension.kt Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package tech.harmonysoft.oss.jackson

import com.fasterxml.jackson.databind.ObjectMapper

interface ObjectMapperConfigurationExtension {

    fun configure(mapper: ObjectMapper)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy