Package org.glassfish.jersey.server.wadl
Class WadlFeature
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.WadlFeature
-
- All Implemented Interfaces:
jakarta.ws.rs.core.Feature
public class WadlFeature extends Object implements jakarta.ws.rs.core.Feature
Feature enabling WADL processing. The feature registers providers and binders needed to enable wadl in the jersey application. One of the providers iswadl model processorwhich enhances current resources by additional wadl resources like/application.wadland wadl options method.- Author:
- Miroslav Fuksa
-
-
Constructor Summary
Constructors Constructor Description WadlFeature()
-