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 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.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 TypeMethodDescriptionvoid
JaxRsCdiExtension.addApplications
(List<JaxRsApplication> applications) Add all application metadata from the provided list.