Interface Response<T>

Type Parameters:
T - body type
All Known Implementing Classes:
CreatedResponse, ErrorResponse, OkResponse, UnauthorizedResponse

public interface Response<T>
More ergonomic response interface
  • Method Summary

    Modifier and Type Method Description
    org.springframework.http.ResponseEntity<T> collect()  
  • Method Details

    • collect

      org.springframework.http.ResponseEntity<T> collect()