So far, i found how to replace Javalin json mapper:
https://javalin.io/documentation#configuring-the-json-mapper
But i don't want to replace it, just want to add a few jackson modules, like this one:
https://www.ktorm.org/api-docs/org.ktorm.jackson/-ktorm-module/index.html
Without this, Javalin fails to serialize ktorm entities, sample code here