Class RequestMappingHelper.Info
-
- All Implemented Interfaces:
public class RequestMappingHelper.Info
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringurlpublic final StringhttpMethodpublic final StringjavaClasspublic final StringjavaMethod
-
Constructor Summary
Constructors Constructor Description RequestMappingHelper.Info(String url, String httpMethod, String javaClass, String javaMethod)
-
Method Summary
Modifier and Type Method Description StringgetUrl()StringgetHttpMethod()StringgetJavaClass()StringgetJavaMethod()booleanhasMethod(RequestMethod method)Whether contains the specified http method, empty method means true StringtoJson()booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getHttpMethod
String getHttpMethod()
-
getJavaClass
String getJavaClass()
-
getJavaMethod
String getJavaMethod()
-
hasMethod
boolean hasMethod(RequestMethod method)
Whether contains the specified http method, empty method means true
-
hashCode
int hashCode()
-
-
-
-