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