类 MockV2Interceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSyncInterceptor
org.coodex.concrete.core.intercept.MockV2Interceptor
- 所有已实现的接口:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,ConcreteInterceptor,ConcreteSyncInterceptor,InterceptOrdered
-
嵌套类概要
从类继承的嵌套类/接口 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
AbstractSyncInterceptor.InnerSyncInterceptor -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) intgetOrder()voidsetExceptedClasses(Set<Class<?>> exceptedClasses) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractSyncInterceptor
asyncToSync, invoke从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, after, before, getContext, isServiceMethod, onError从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.concrete.core.intercept.ConcreteInterceptor
accept, after, before, onError
-
构造器详细资料
-
MockV2Interceptor
- 抛出:
IOException
-
MockV2Interceptor
- 抛出:
IOException
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
getExceptedClasses
-
setExceptedClasses
-
around
public Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) - 指定者:
around在接口中ConcreteSyncInterceptor- 覆盖:
around在类中AbstractSyncInterceptor
-
getOrder
public int getOrder()
-