Class ResponseEntityConverter


  • public class ResponseEntityConverter
    extends Object
    This is only used in the generated ExceptionMappers when the Spring @RestControllerAdvice method returns a ResponseEntity
    • Constructor Detail

      • ResponseEntityConverter

        public ResponseEntityConverter()
    • Method Detail

      • toResponse

        public static jakarta.ws.rs.core.Response toResponse​(org.springframework.http.ResponseEntity responseEntity,
                                                             jakarta.ws.rs.core.MediaType defaultMediaType)