Class ResponseEntityConverter
- java.lang.Object
-
- io.quarkus.spring.web.runtime.common.ResponseEntityConverter
-
public class ResponseEntityConverter extends Object
This is only used in the generated ExceptionMappers when the Spring @RestControllerAdvice method returns a ResponseEntity
-
-
Constructor Summary
Constructors Constructor Description ResponseEntityConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.ws.rs.core.ResponsetoResponse(org.springframework.http.ResponseEntity responseEntity, jakarta.ws.rs.core.MediaType defaultMediaType)
-