Uses of Class
jakarta.ws.rs.core.Application
-
Packages that use Application 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 org.jboss.resteasy.core.providerfactory org.jboss.resteasy.core.se org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi -
-
Uses of Application in jakarta.ws.rs
Methods in jakarta.ws.rs with parameters of type Application 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.Method parameters in jakarta.ws.rs with type arguments of type Application Modifier and Type Method Description 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 Application in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext with parameters of type Application 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 <T> TRuntimeDelegate. createEndpoint(Application application, Class<T> endpointType)Create a configured instance of the supplied endpoint type.Method parameters in jakarta.ws.rs.ext with type arguments of type Application Modifier and Type Method Description abstract CompletionStage<SeBootstrap.Instance>RuntimeDelegate. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration)Perform startup of the application in Java SE environments. -
Uses of Application in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as Application Modifier and Type Field Description protected ApplicationResteasyDeploymentImpl. applicationMethods in org.jboss.resteasy.core that return Application Modifier and Type Method Description static ApplicationResteasyDeploymentImpl. createApplication(String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory)ApplicationResteasyDeploymentImpl. getApplication()Methods in org.jboss.resteasy.core with parameters of type Application Modifier and Type Method Description <T> TThreadLocalResteasyProviderFactory. createEndpoint(Application applicationConfig, Class<T> endpointType)voidResteasyDeploymentImpl. setApplication(Application application) -
Uses of Application in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory with parameters of type Application Modifier and Type Method Description CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryDelegate. bootstrap(Application application, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryImpl. bootstrap(Application application, SeBootstrap.Configuration configuration)<T> TResteasyProviderFactoryDelegate. createEndpoint(Application application, Class<T> endpointType)<T> TResteasyProviderFactoryImpl. createEndpoint(Application applicationConfig, Class<T> endpointType)This is a spec method that is unsupported.Method parameters in org.jboss.resteasy.core.providerfactory with type arguments of type Application Modifier and Type Method Description CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryDelegate. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>ResteasyProviderFactoryImpl. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration) -
Uses of Application in org.jboss.resteasy.core.se
Methods in org.jboss.resteasy.core.se with parameters of type Application Modifier and Type Method Description static CompletionStage<SeBootstrap.Instance>ResteasySeInstance. create(Application application, SeBootstrap.Configuration configuration)Method parameters in org.jboss.resteasy.core.se with type arguments of type Application Modifier and Type Method Description static CompletionStage<SeBootstrap.Instance>ResteasySeInstance. create(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration) -
Uses of Application in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Application Modifier and Type Method Description protected voidServletContainerDispatcher. processApplication(Application config) -
Uses of Application in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return Application Modifier and Type Method Description ApplicationDelegateResteasyDeployment. getApplication()ApplicationResteasyDeployment. getApplication()Methods in org.jboss.resteasy.spi with parameters of type Application Modifier and Type Method Description voidDelegateResteasyDeployment. setApplication(Application application)voidResteasyDeployment. setApplication(Application application)
-