类 ProductionValidationInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSyncInterceptor
org.coodex.concrete.core.intercept.ProductionValidationInterceptor
- 所有已实现的接口:
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()从类继承的方法 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
-
构造器详细资料
-
ProductionValidationInterceptor
public ProductionValidationInterceptor()
-
-
方法详细资料
-
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
getOrder
public int getOrder() -
around
public Object around(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) throws Throwable - 指定者:
around在接口中ConcreteSyncInterceptor- 覆盖:
around在类中AbstractSyncInterceptor- 抛出:
Throwable
-