resteasy-links的研究(一)

本文对resteasy-links这个模块继续进行深入的分析。

首先可以看看之前写过的文章:

首先补一下实现的类图,下面是核心的组成图:

AddLinks看到它的processor是LinkDecorator

于是看一下LinkDecoratordecorate()方法:

看到它调用的是RESTUtilsclass的addDiscovery()方法:

上面的方法当中,使用了processLinkResource()方法来把扫描到的resource classes都load进RESTServiceDiscovery。以下是processLinkResource()方法的逻辑:

注意到所有的信息都是从LinkResource扫描得来的。因此,resteasy-links的工作原理可以总结如下:

上面的描述比较抽象,下一篇文章里给出一个实际的例子来进行说明。

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues