Uses of Interface
jakarta.ws.rs.SeBootstrap.Configuration
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of SeBootstrap.Configuration in jakarta.ws.rs
Modifier and TypeMethodDescriptionSeBootstrap.Configuration.Builder.build()
Builds a bootstrap configuration instance from the provided property values.SeBootstrap.Instance.configuration()
Provides access to the configuration actually used by the implementation used to create this instance.Modifier and TypeMethodDescriptionstatic CompletionStage
<SeBootstrap.Instance> SeBootstrap.start
(Application application, SeBootstrap.Configuration configuration) Starts the provided application using the specified configuration.static CompletionStage
<SeBootstrap.Instance> SeBootstrap.start
(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) Starts the provided application using the specified configuration. -
Uses of SeBootstrap.Configuration in jakarta.ws.rs.ext
Modifier and TypeMethodDescriptionabstract CompletionStage
<SeBootstrap.Instance> RuntimeDelegate.bootstrap
(Application application, SeBootstrap.Configuration configuration) Perform startup of the application in Java SE environments.abstract CompletionStage
<SeBootstrap.Instance> RuntimeDelegate.bootstrap
(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) Perform startup of the application in Java SE environments.