Uses of Interface
jakarta.ws.rs.SeBootstrap.Configuration
Packages that use 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
Methods in jakarta.ws.rs that return SeBootstrap.ConfigurationModifier 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.Methods in jakarta.ws.rs with parameters of type SeBootstrap.ConfigurationModifier 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
Methods in jakarta.ws.rs.ext with parameters of type SeBootstrap.ConfigurationModifier 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. -
Uses of SeBootstrap.Configuration in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory with parameters of type SeBootstrap.ConfigurationModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.bootstrap(Application application, SeBootstrap.Configuration configuration) ResteasyProviderFactoryDelegate.bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) ResteasyProviderFactoryImpl.bootstrap(Application application, SeBootstrap.Configuration configuration) ResteasyProviderFactoryImpl.bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) -
Uses of SeBootstrap.Configuration in org.jboss.resteasy.core.se
Classes in org.jboss.resteasy.core.se that implement SeBootstrap.ConfigurationMethods in org.jboss.resteasy.core.se that return SeBootstrap.ConfigurationModifier and TypeMethodDescriptionResteasySeInstance.configuration()static SeBootstrap.ConfigurationResteasySeConfiguration.from(SeBootstrap.Configuration configuration) Creates a new configuration which delegates to the configuration passed in.Methods in org.jboss.resteasy.core.se with parameters of type SeBootstrap.ConfigurationModifier and TypeMethodDescriptionstatic CompletionStage<SeBootstrap.Instance>ResteasySeInstance.create(Application application, SeBootstrap.Configuration configuration) static CompletionStage<SeBootstrap.Instance>ResteasySeInstance.create(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration) static SeBootstrap.ConfigurationResteasySeConfiguration.from(SeBootstrap.Configuration configuration) Creates a new configuration which delegates to the configuration passed in.<T> TConfigurationOption.getValue(SeBootstrap.Configuration configuration) Resolves the value from the configuration -
Uses of SeBootstrap.Configuration in org.jboss.resteasy.plugins.server.embedded
Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type SeBootstrap.ConfigurationModifier and TypeMethodDescriptionstatic EmbeddedServerEmbeddedServers.findServer(SeBootstrap.Configuration configuration) Attempts to find the server first in the configuration, then via a service loader.default voidEmbeddedJaxrsServer.start(SeBootstrap.Configuration configuration) Deprecated.voidEmbeddedServer.start(SeBootstrap.Configuration configuration) Starts the server synchronously.