com.mageddo.common.jackson.JsonConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Some commons utilities on mageddo environment
package com.mageddo.common.jackson;
import com.fasterxml.jackson.databind.ObjectMapper;
public interface JsonConfig {
ObjectMapper objectMapper();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy