@ServerSide public class MockV2Interceptor extends AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor| 构造器和说明 |
|---|
MockV2Interceptor() |
MockV2Interceptor(Set<Class<?>> exceptedClasses) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
accept_(DefinitionContext context) |
Object |
around(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
Set<Class<?>> |
getExceptedClasses() |
int |
getOrder() |
void |
setExceptedClasses(Set<Class<?>> exceptedClasses) |
asyncToSync, invokeaccept, after, before, getContext, isServiceMethod, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, after, before, onErrorpublic MockV2Interceptor()
throws IOException
IOExceptionpublic MockV2Interceptor(Set<Class<?>> exceptedClasses) throws IOException
IOExceptionprotected boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorpublic Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
around 在接口中 ConcreteSyncInterceptoraround 在类中 AbstractSyncInterceptorpublic int getOrder()
Copyright © 2021. All rights reserved.