Uses of Interface
jakarta.ws.rs.core.FeatureContext
Package | Description |
---|---|
jakarta.ws.rs.container |
Container-specific JAX-RS API.
|
jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
-
Uses of FeatureContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type FeatureContext Modifier and Type Method Description void
DynamicFeature. configure(ResourceInfo resourceInfo, FeatureContext context)
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in aruntime configuration
scope of a particularresource or sub-resource method
; i.e. -
Uses of FeatureContext in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core with parameters of type FeatureContext Modifier and Type Method Description boolean
Feature. configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given runtime configuration scope.