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