接口的使用
org.coodex.concrete.core.intercept.ConcreteInterceptor
使用ConcreteInterceptor的程序包
-
org.coodex.concrete.core.intercept中ConcreteInterceptor的使用
修饰符和类型类说明classCreated by davidoff shen on 2016-09-07.classCreated by davidoff shen on 2017-04-24.classstatic classclassclassclassCreated by davidoff shen on 2016-09-07.classclassclasslicense 检查切片,需要实现License,并放到SPIclassclassclassCreated by davidoff shen on 2016-09-07.classCreated by davidoff shen on 2016-11-02.classclassCreated by davidoff shen on 2016-09-07.返回变量类型为ConcreteInterceptor的类型的org.coodex.concrete.core.intercept中的方法修饰符和类型方法说明AsyncInterceptorChain.allInterceptors()InterceptorChain.allInterceptors()SyncInterceptorChain.allInterceptors()AsyncInterceptorChain.iterator()SyncInterceptorChain.iterator()修饰符和类型方法说明booleanAsyncInterceptorChain.add(ConcreteInterceptor concreteInterceptor) booleanSyncInterceptorChain.add(ConcreteInterceptor concreteInterceptor) protected ConcreteSyncInterceptorAbstractSyncInterceptor.asyncToSync(ConcreteInterceptor interceptor) 类型变量类型为ConcreteInterceptor的org.coodex.concrete.core.intercept中的方法参数修饰符和类型方法说明booleanAsyncInterceptorChain.addAll(Collection<? extends ConcreteInterceptor> c) booleanSyncInterceptorChain.addAll(Collection<? extends ConcreteInterceptor> c) 类型变量类型为ConcreteInterceptor的org.coodex.concrete.core.intercept中的构造器参数限定符构造器说明AsyncInterceptorChain(List<ConcreteInterceptor> interceptors) SyncInterceptorChain(List<ConcreteInterceptor> interceptors)