Uses of Class
io.helidon.microprofile.server.JaxRsApplication
-
Uses of JaxRsApplication in io.helidon.microprofile.server
Modifier and TypeMethodDescriptionJaxRsApplication.Builder.build()
Create a new instance based on this builder.static JaxRsApplication
JaxRsApplication.create
(Application application) Create an instance based on a JAX-RS application.static JaxRsApplication
JaxRsApplication.create
(Class<? extends Application> application) Create a new instance based on an JAX-RS Application class.Modifier and TypeMethodDescriptionJaxRsCdiExtension.applicationsToRun()
List of applications including discovered and explicitly configured applications.Modifier and TypeMethodDescriptionServer.Builder.addApplication
(JaxRsApplication application) Add a JAX-RS application with all possible options to this server.Modifier and TypeMethodDescriptionvoid
JaxRsCdiExtension.addApplications
(List<JaxRsApplication> applications) Add all application metadata from the provided list.