I need to rewrite the GsonJsonProvider using the Jackson library. This is the original code:@Component(immediate = true)@Providerpublic class GsonJsonProvider implements MessageBodyReader<Object>, MessageBodyWriter<Object>, JaxRsComponent { private Gson gson = new GsonBuilder().setDateFormat("yy...