-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
I'm building a Quarkus extension in which I would like to make a use of resteasy-links module. However, in order to make it easier I would like to make a few changes to the current implementation:
- Added entityClassName field to the @LinkResource annotation. This will allow to generate JAX-RS resources with @LinkResource annotation during the build time in Quarkus.
- Split RESTUtils class into two classes: ObjectLinksProvider and LinksInjector. This will allow to get links relevant to an object without injecting them into its field.
- Add ClassLinksProvider. This will allow to get links relevant to a class (list and add operations that work with a given class). Currently RESTUtils only work with object instances.
Majority of the changes would be code reorganisation with a couple additions. This should not impact backwards compatibility.
I have raised a PR for this already: https://github.com/resteasy/Resteasy/pull/2311.
- relates to
-
RESTEASY-2445 getlink(rel) does not work with things like github api pagination due to not splitting headers correctly
- Resolved
-
RESTEASY-2538 Using the ClassLinksProvider in LinksInjector
- Closed