@PostConstruct
 protected void init() {
   super.init();
   Module module = getJacksonModule();
   if (module != null) jsonMapper.registerModule(module);
 }