package com.hugodesmarques.catalog.common.utils; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; /** * Created by hugomarques on 4/7/16. */ @Component public class JSONUtils { @Autowired private static ObjectMapper jsonObjectMapper; }