0

I discovered that very first request to my restcontroller method take more time then others. I run JProfiler against my application and noticed that ObjectMapper is looking for deserializator in DeserializationContext class and when deserializator is not there new one is created. Is there a way to create object deserializator and put it to cache before first request?

Damian0o
  • 653
  • 5
  • 15

0 Answers0