public class RestMappingMethodInterceptor extends AbstractMethodInterceptor
RestMappingMethodInterceptor only use the first mapping value.
it will inteceptor with
@GetMapping, @PostMapping, @PutMapping
@DeleteMapping, @PatchMapping| 构造器和说明 |
|---|
RestMappingMethodInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestURL(Method method) |
afterMethod, beforeMethod, handleMethodExceptionpublic String getRequestURL(Method method)
getRequestURL 在类中 AbstractMethodInterceptorCopyright © 2018 The Apache Software Foundation. All rights reserved.