public class ConcreteAOPChain extends SyncInterceptorChain implements org.springframework.core.Ordered
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
ASPECT_POINT |
| 构造器和说明 |
|---|
ConcreteAOPChain(List<ConcreteInterceptor> interceptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
Object |
weaverPoint(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
accept, add, addAll, clear, contains, containsAll, invoke, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayaround, asyncToSyncafter, before, getContext, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streamafter, before, onErrorpublic ConcreteAOPChain(List<ConcreteInterceptor> interceptors)
public int getOrder()
getOrder 在接口中 InterceptOrderedgetOrder 在接口中 org.springframework.core.OrderedgetOrder 在类中 SyncInterceptorChainCopyright © 2018. All rights reserved.