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.requestParamsResolversList 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 TypeClassDescriptionclassThe DeleteParamsResolver class implements the RequestParamsResolver interface to handle the @DeleteMapping annotation.classThe GetParamsResolver class implements the RequestParamsResolver interface to handle the @GetMapping annotation.classThe PostParamsResolver class implements the RequestParamsResolver interface to handle the @PostMapping annotation.classThe 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.