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 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)