Uses of Class
com.bobocode.bring.web.servlet.http.ResponseEntity
Packages that use ResponseEntity
-
Uses of ResponseEntity in com.bobocode.bring.web.servlet
Methods in com.bobocode.bring.web.servlet with parameters of type ResponseEntityModifier and TypeMethodDescriptionprivate Object
DispatcherServlet.processResponseEntity
(jakarta.servlet.http.HttpServletResponse resp, ResponseEntity<?> entity) Processes aResponseEntity
object, setting the HTTP status code and headers in the providedHttpServletResponse
.