News

I try to map a GET request into a pojo class in kotlin. The method param resolver fail to map properly the query params. I used to have no problem to do this mapping in Java; I am not sure anymore but ...