Uses of Interface
javax.ws.rs.core.Feature
-
Packages that use Feature Package Description javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Feature in javax.ws.rs.core
Methods in javax.ws.rs.core with parameters of type Feature Modifier and Type Method Description boolean
Configuration. isEnabled(Feature feature)
Check if a particularfeature
instance has been previously enabled in the runtime configuration context.
-