Uses of Interface
jakarta.ws.rs.core.FeatureContext
Package
Description
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of FeatureContext in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
Feature.configure
(FeatureContext context) A call-back method called when the feature is to be enabled in a given runtime configuration scope.