Uses of Class
org.glassfish.jersey.server.model.RuntimeResourceModel
Packages that use RuntimeResourceModel
Package
Description
Jersey server-side internal resource routing classes.
Jersey server-side application invalid input: '&' resource modeling classes.
-
Uses of RuntimeResourceModel in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as RuntimeResourceModelModifier and TypeFieldDescriptionprivate final RuntimeResourceModelRouting.Builder.resourceModelMethods in org.glassfish.jersey.server.internal.routing with parameters of type RuntimeResourceModelModifier and TypeMethodDescriptionRuntimeModelBuilder.buildModel(RuntimeResourceModel resourceModel, boolean subResourceMode) Build a runtime model of routers based on theresourceModel.static Routing.BuilderRouting.forModel(RuntimeResourceModel resourceModel) Create a routing stage builder for a given runtime resource model.Constructors in org.glassfish.jersey.server.internal.routing with parameters of type RuntimeResourceModel -
Uses of RuntimeResourceModel in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type RuntimeResourceModelModifier and TypeFieldDescriptionprivate final Value<RuntimeResourceModel> ResourceModel.runtimeRootResourceModelValueMethods in org.glassfish.jersey.server.model that return RuntimeResourceModelModifier and TypeMethodDescriptionResourceModel.getRuntimeResourceModel()Returnruntime resource modelbased on this this resource model.