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

com.tairitsu.ignotus.support.service.JSONMapperProvider.kt Maven / Gradle / Ivy

package com.tairitsu.ignotus.support.service

import com.fasterxml.jackson.databind.ObjectMapper

interface JSONMapperProvider {
    val objectMapper : ObjectMapper
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy