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

tech.figure.classification.asset.util.internal.ObjectMapperInstance.kt Maven / Gradle / Ivy

package tech.figure.classification.asset.util.internal

import com.fasterxml.jackson.databind.ObjectMapper
import tech.figure.classification.asset.util.objects.ACObjectMapperUtil

internal val OBJECT_MAPPER: ObjectMapper by lazy { ACObjectMapperUtil.getObjectMapper() }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy