-
Feature Request
-
Resolution: Done
-
Major
-
4.0.0.Beta1
-
None
-
None
It would be great to have some SPI which allows to modify the resource metadata which is created from ResourceBuilder.
The idea is to define an extension point like this:
public interface ResourceClassProcessor { ResourceClass process( ResourceClass clazz ); }
See the relevant discussion and a concrete proposal here:
http://lists.jboss.org/pipermail/resteasy-dev/2017-December/000513.html
I'm currently working on the first pull request to implement this feature.
- is incorporated by
-
WFLY-10503 RESTEasy SPI to modify resource metadata
- Closed
- is related to
-
RESTEASY-2071 Add client (proxy) support for SPI to modify resource metadata
- Open