| 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.
|
| Modifier and Type | Method and 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 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.