Class RestMappingMethodInterceptor

java.lang.Object
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor
org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.RestMappingMethodInterceptor
All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor

public class RestMappingMethodInterceptor extends AbstractMethodInterceptor
The RestMappingMethodInterceptor only use the first mapping value. it will interceptor with @GetMapping, @PostMapping, @PutMapping @DeleteMapping, @PatchMapping