@ServerSide public class MockV2Interceptor extends AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor| Constructor and Description |
|---|
MockV2Interceptor() |
MockV2Interceptor(Set<Class> exceptedClasses) |
| Modifier and Type | Method and Description |
|---|---|
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_ in class AbstractInterceptorpublic Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
around in interface ConcreteSyncInterceptoraround in class AbstractSyncInterceptorpublic int getOrder()
Copyright © 2020. All rights reserved.