Is there a middleware or something that can be implemented that I can use to transform all my http handlers from whatever object they return, to an object i specify in the middleware mapping?
j
Johan
01/30/2024, 5:14 AM
Check out ResponseBodyAdvice. I have used it to wrap my responses once