Package com.bobocode.bring.web.utils
package com.bobocode.bring.web.utils
-
ClassesClassDescriptionThe
HttpServletRequestUtils
class provides utility methods for working withHttpServletRequest
.TheParameterTypeUtils
class is a utility class that provides methods for parsing path variables to their corresponding parameter types.TheReflectionUtils
class is a utility class providing methods for reflection-related operations.TheRestControllerParamsUtil
class is a utility class providing methods for extractingRestControllerParams
information from aBringServlet
using a list ofRequestParamsResolver
s.