Is there a middleware or something that can be imp...
# spring
k
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
Check out ResponseBodyAdvice. I have used it to wrap my responses once