Uses of Class
io.helidon.microprofile.server.JaxRsApplication
Packages that use JaxRsApplication
-
Uses of JaxRsApplication in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server that return JaxRsApplicationModifier and TypeMethodDescriptionJaxRsApplication.Builder.build()Create a new instance based on this builder.static JaxRsApplicationJaxRsApplication.create(Application application) Create an instance based on a JAX-RS application.static JaxRsApplicationJaxRsApplication.create(Class<? extends Application> application) Create a new instance based on an JAX-RS Application class.Methods in io.helidon.microprofile.server that return types with arguments of type JaxRsApplicationModifier and TypeMethodDescriptionJaxRsCdiExtension.applicationsToRun()List of applications including discovered and explicitly configured applications.Methods in io.helidon.microprofile.server with parameters of type JaxRsApplicationModifier and TypeMethodDescriptionServer.Builder.addApplication(JaxRsApplication application) Add a JAX-RS application with all possible options to this server.Method parameters in io.helidon.microprofile.server with type arguments of type JaxRsApplicationModifier and TypeMethodDescriptionvoidJaxRsCdiExtension.addApplications(List<JaxRsApplication> applications) Add all application metadata from the provided list.