Uses of Interface
jakarta.ws.rs.SeBootstrap.Instance
-
Packages that use SeBootstrap.Instance Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.jboss.resteasy.core.providerfactory org.jboss.resteasy.core.se -
-
Uses of SeBootstrap.Instance in jakarta.ws.rs
Methods in jakarta.ws.rs that return types with arguments of type SeBootstrap.Instance Modifier and Type Method Description static CompletionStage<SeBootstrap.Instance>SeBootstrap. start(Application application)Starts the provided application using a default configuration.static 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)Starts the provided application using a default 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.Instance in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return types with arguments of type SeBootstrap.Instance Modifier and Type Method Description abstract 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.Instance in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return types with arguments of type SeBootstrap.Instance Modifier and Type Method Description CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryDelegate. bootstrap(Application application, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryDelegate. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryImpl. bootstrap(Application application, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryImpl. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) -
Uses of SeBootstrap.Instance in org.jboss.resteasy.core.se
Classes in org.jboss.resteasy.core.se that implement SeBootstrap.Instance Modifier and Type Class Description classResteasySeInstanceAn implementation of aSeBootstrap.Instance.Methods in org.jboss.resteasy.core.se that return types with arguments of type SeBootstrap.Instance Modifier and Type Method Description static CompletionStage<SeBootstrap.Instance>ResteasySeInstance. create(Application application, SeBootstrap.Configuration configuration)static CompletionStage<SeBootstrap.Instance>ResteasySeInstance. create(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration)
-