程序包tech.mhuang.pacebox.core.chain的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • tech.mhuang.pacebox.core.chain.ChainAdapter<Request,Response> (implements tech.mhuang.pacebox.core.chain.BaseChain<Request,Response>)

接口分层结构

  • tech.mhuang.pacebox.core.chain.BaseChain<Request,Response>
  • tech.mhuang.pacebox.core.chain.BaseInterceptor<Chain,Response>