| Package | Description | 
|---|---|
| javax.ws.rs.container | 
 Container-specific API. 
 | 
| javax.ws.rs.core | 
 Low-level interfaces and annotations used to create RESTful service
 resources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DynamicFeature.configure(ResourceInfo resourceInfo,
         FeatureContext context)
A callback method called by the runtime during the application
 deployment to register provider instances or classes in a
  
runtime configuration scope of a particular resource or sub-resource method; i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Feature.configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given
 runtime configuration scope. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.