@Deprecated @ServerSide public class MockInterceptor extends AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor| 构造器和说明 |
|---|
MockInterceptor()
已过时。
|
MockInterceptor(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, onErrorprotected boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorpublic Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable
around 在接口中 ConcreteSyncInterceptoraround 在类中 AbstractSyncInterceptorThrowablepublic int getOrder()
Copyright © 2020. All rights reserved.