Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用杰克逊生成我的宁静资源 JSON 表示,就标准属性转换而言,它工作得很好。但是,我还想在同一个 json 对象中生成一堆超媒体,我需要使用 jersey 中的 uriinfo。有没有办法以某种方式将 uriinfo 传递给 jackson,并使用自定义解析器来使用 uriinfo 生成超媒体。
杰克逊版本 2.x
您可能想看看jersey-linking。它基本上使用注释为您生成 URI。