Configuring JacksonJsonProvider

I need to configure JacksonJsonProvider for inner Camunda rest-server, which uses Jersey. The problem is that JacksonJsonProvider created with “Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation” (from docs), but I need specific one, with objectMapper, to register javaDateModule. There is a such constructor, but Idk how to provide it/ configure spring context