Class ResponseEntity<T>

java.lang.Object
com.dnlkk.controller.responses.ResponseEntity<T>

public class ResponseEntity<T> extends Object
  • Constructor Details

    • ResponseEntity

      public ResponseEntity()
    • ResponseEntity

      public ResponseEntity(T body)
    • ResponseEntity

      public ResponseEntity(Map<String,String> headers)
    • ResponseEntity

      public ResponseEntity(T body, Map<String,String> headers)
    • ResponseEntity

      public ResponseEntity(T body, HttpStatus httpStatus)
    • ResponseEntity

      public ResponseEntity(Map<String,String> headers, HttpStatus httpStatus)
    • ResponseEntity

      public ResponseEntity(T body, Map<String,String> headers, HttpStatus httpStatus)
  • Method Details