Package com.bobocode.bring.web.servlet.mapping.request
package com.bobocode.bring.web.servlet.mapping.request
-
ClassDescriptionThe DeleteParamsResolver class implements the RequestParamsResolver interface to handle the @DeleteMapping annotation.The GetParamsResolver class implements the RequestParamsResolver interface to handle the @GetMapping annotation.The PostParamsResolver class implements the RequestParamsResolver interface to handle the @PostMapping annotation.The PutParamsResolver class implements the RequestParamsResolver interface to handle the @PutMapping annotation.The RequestParamsResolver interface provides methods for resolving request parameters in the web context of a
@RestController
.