public class InterceptorProcessor extends Object
| 构造器和说明 |
|---|
InterceptorProcessor(ClassLoader classLoader) |
| 限定符和类型 | 方法和说明 |
|---|---|
InterceptorMethodConfig |
getExceptionHandlerConfig() |
InterceptorMethodConfig |
getInterceptorMethodConfig() |
LocationMatcher |
getLocationMatcher() |
List<Location> |
process(MethodProcessor methodProcessor) |
void |
setExceptionHandlerConfig(InterceptorMethodConfig exceptionHandlerConfig) |
void |
setInterceptorMethodConfig(InterceptorMethodConfig interceptorMethodConfig) |
void |
setLocationMatcher(LocationMatcher locationMatcher) |
public InterceptorProcessor(ClassLoader classLoader)
public List<Location> process(MethodProcessor methodProcessor) throws Exception
Exceptionpublic LocationMatcher getLocationMatcher()
public void setLocationMatcher(LocationMatcher locationMatcher)
public InterceptorMethodConfig getInterceptorMethodConfig()
public void setInterceptorMethodConfig(InterceptorMethodConfig interceptorMethodConfig)
public InterceptorMethodConfig getExceptionHandlerConfig()
public void setExceptionHandlerConfig(InterceptorMethodConfig exceptionHandlerConfig)
Copyright © 2018–2023. All rights reserved.