Uses of Interface
com.bobocode.bring.web.servlet.mapping.request.RequestParamsResolver
Packages that use RequestParamsResolver
Package
Description
-
Uses of RequestParamsResolver in com.bobocode.bring.web.servlet
Fields in com.bobocode.bring.web.servlet with type parameters of type RequestParamsResolverModifier and TypeFieldDescriptionprivate final List
<RequestParamsResolver> RestControllerContext.requestParamsResolvers
List of registered RequestParamsResolver instances. -
Uses of RequestParamsResolver in com.bobocode.bring.web.servlet.mapping.request
Classes in com.bobocode.bring.web.servlet.mapping.request that implement RequestParamsResolverModifier and TypeClassDescriptionclass
The DeleteParamsResolver class implements the RequestParamsResolver interface to handle the @DeleteMapping annotation.class
The GetParamsResolver class implements the RequestParamsResolver interface to handle the @GetMapping annotation.class
The PostParamsResolver class implements the RequestParamsResolver interface to handle the @PostMapping annotation.class
The PutParamsResolver class implements the RequestParamsResolver interface to handle the @PutMapping annotation. -
Uses of RequestParamsResolver in com.bobocode.bring.web.utils
Method parameters in com.bobocode.bring.web.utils with type arguments of type RequestParamsResolverModifier and TypeMethodDescriptionstatic Map
<String, List<RestControllerParams>> RestControllerParamsUtil.getRestControllerParams
(BringServlet bringServlet, List<RequestParamsResolver> requestParamsResolvers) Retrieves the mapping of controller methods to their associatedRestControllerParams
.