Package io.varhttp.parameterhandlers
Class RequestParametersHandler
java.lang.Object
io.varhttp.parameterhandlers.RequestParametersHandler
- All Implemented Interfaces:
IParameterHandlerMatcher
,Comparable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandlerIfMatches
(Method method, Parameter parameter, String path, String classPath) int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.varhttp.parameterhandlers.IParameterHandlerMatcher
compareTo
-
Constructor Details
-
RequestParametersHandler
public RequestParametersHandler()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceIParameterHandlerMatcher
-
getHandlerIfMatches
public IParameterHandler getHandlerIfMatches(Method method, Parameter parameter, String path, String classPath) - Specified by:
getHandlerIfMatches
in interfaceIParameterHandlerMatcher
-