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

org.pepsoft.util.ObjectMapperHolder Maven / Gradle / Ivy

There is a newer version: 2.15.18
Show newest version
package org.pepsoft.util;

import com.fasterxml.jackson.databind.ObjectMapper;

public final class ObjectMapperHolder {
    private ObjectMapperHolder() {
        // Prevent instantiation
    }

    public static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy