Category "helidon"

How to return custom response on javax.json.bind.JsonbException (Helidon project)

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

How do we implement q Params in Helidon SE

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

Helidon custom interceptor

I use helidon SE 1.4.4, how can add intercepor for all response. My route is: return Routing.builder() .register(JsonSupport.create())