Uses of Interface
jakarta.ws.rs.core.Feature
Package | Description |
---|---|
jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
-
Uses of Feature in jakarta.ws.rs.core
Methods in jakarta.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.Method parameters in jakarta.ws.rs.core with type arguments of type Feature Modifier and Type Method Description boolean
Configuration. isEnabled(Class<? extends Feature> featureClass)
Check if afeature
instance offeatureClass
class has been previously enabled in the runtime configuration context.