Package | Description |
---|---|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Field and Description |
---|---|
private RuntimeResourceModel |
Routing.Builder.resourceModel |
Modifier and Type | Method and Description |
---|---|
Router |
RuntimeModelBuilder.buildModel(RuntimeResourceModel resourceModel,
boolean subResourceMode)
Build a runtime model of routers based on the
resourceModel . |
static Routing.Builder |
Routing.forModel(RuntimeResourceModel resourceModel)
Create a routing stage builder for a given runtime resource model.
|
Constructor and Description |
---|
Builder(RuntimeResourceModel resourceModel) |
Modifier and Type | Field and Description |
---|---|
private Value<RuntimeResourceModel> |
ResourceModel.runtimeRootResourceModelValue |
Modifier and Type | Method and Description |
---|---|
RuntimeResourceModel |
ResourceModel.getRuntimeResourceModel()
Return
runtime resource model based on this this resource model. |