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

yakworks.json.jackson.ObjectMapperSupplier Maven / Gradle / Ivy

package yakworks.json.jackson;

import com.fasterxml.jackson.databind.ObjectMapper;

import java.io.Serializable;

/**
 * Supplies a custom reference of a Jackson {@link ObjectMapper}
 *
 * @author Vlad Mihalcea
 * @since 2.1.0
 */
public interface ObjectMapperSupplier extends Serializable {

    /**
     * Get custom {@link ObjectMapper} reference
     *
     * @return custom {@link ObjectMapper} reference
     */
    ObjectMapper get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy