How to access jOOQ generated Routine's field as value by using Custom Converter?
问题 I'm having an issue with accessing field of generated Routine from PL/pgSQL user-defined function (which returns JSON data type as a result) already mentioned in this question. This is my result of get_all_orders() function created in PL/pgSQL of JSON type: { "orders": [ { "order_id": 1, "total_price": 29.99, "order_date": "2019-08-22T10:06:33", "user": { "user_id": 1, "username": "test" }, "order_items": [ { "order_item_id": 1, "amount": 1, "book": { "book_id": 1, "title": "Harry Potter and