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

org.openl.rules.serialization.JacksonObjectMapperFactory Maven / Gradle / Ivy

There is a newer version: 5.27.8
Show newest version
package org.openl.rules.serialization;

import com.fasterxml.jackson.databind.ObjectMapper;

public interface JacksonObjectMapperFactory {
    ObjectMapper createJacksonObjectMapper() throws ClassNotFoundException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy