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.containerMethods in jakarta.ws.rs.container with parameters of type FeatureContext Modifier and Type Method Description voidDynamicFeature. 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 configurationscope of a particularresource or sub-resource method; i.e.
- 
Uses of FeatureContext in jakarta.ws.rs.coreMethods in jakarta.ws.rs.core with parameters of type FeatureContext Modifier and Type Method Description booleanFeature. configure(FeatureContext context)A call-back method called when the feature is to be enabled in a given runtime configuration scope.