Uses of Class
io.helidon.microprofile.server.JaxRsApplication
-
Packages that use JaxRsApplication Package Description io.helidon.microprofile.server Microprofile 1.0 server implementation. -
-
Uses of JaxRsApplication in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server that return JaxRsApplication Modifier and Type Method Description JaxRsApplication
JaxRsApplication.Builder. build()
Create a new instance based on this builder.static JaxRsApplication
JaxRsApplication. create(Class<? extends Application> application)
Create a new instance based on an JAX-RS Application class.static JaxRsApplication
JaxRsApplication. create(Application application)
Create an instance based on a JAX-RS application.Methods in io.helidon.microprofile.server that return types with arguments of type JaxRsApplication Modifier and Type Method Description List<JaxRsApplication>
JaxRsCdiExtension. applicationsToRun()
List of applications including discovered and explicitly configured applications.Methods in io.helidon.microprofile.server with parameters of type JaxRsApplication Modifier and Type Method Description Server.Builder
Server.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 JaxRsApplication Modifier and Type Method Description void
JaxRsCdiExtension. addApplications(List<JaxRsApplication> applications)
Add all application metadata from the provided list.
-