I'm trying to return a custom http response(400 bad request) instead of http 500 server error when json payload is not valid. The problem is that when I use jav
I am new to Helidon SE and would like to know if there is a way to implement q params in REST service created via Helidon SE. Any help in this regard is truly a
I use helidon SE 1.4.4, how can add intercepor for all response. My route is: return Routing.builder() .register(JsonSupport.create())