I'm trying to register a class that implements javax.ws.rs.core.Feature in my Quarkus application. I understand that using @Provider annotation on the class should do it but this class is contained in an external jar so that's not an option. I want to avoid having to extend javax.ws.rs.core.Application and return my Feature implementation from getClasses(). Is there a property I can set in application.properties to register this Feature implementation?
Asked
Active
Viewed 710 times
0
Zak
- 359
- 2
- 10