Class RequestMappingMethodInterceptor
java.lang.Object
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.RequestMappingMethodInterceptor
- All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor
The
RequestMappingMethodInterceptor only use the first mapping value. it will interceptor with
@RequestMapping-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor
afterMethod, beforeMethod, handleMethodException
-
Constructor Details
-
RequestMappingMethodInterceptor
public RequestMappingMethodInterceptor()
-
-
Method Details
-
getRequestURL
- Specified by:
getRequestURLin classAbstractMethodInterceptor
-