Uses of Class
io.helidon.microprofile.server.JaxRsApplication.Builder
-
Packages that use JaxRsApplication.Builder Package Description io.helidon.microprofile.server Microprofile 1.0 server implementation. -
-
Uses of JaxRsApplication.Builder in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server that return JaxRsApplication.Builder Modifier and Type Method Description JaxRsApplication.Builder
JaxRsApplication.Builder. application(Class<? extends Application> appClass)
Set the JAX-RS application class that forms this instance.JaxRsApplication.Builder
JaxRsApplication.Builder. application(Application app)
Set the JAX-RS application that forms this instance.static JaxRsApplication.Builder
JaxRsApplication. builder()
A new fluent API builder to create a customizedJaxRsApplication
.JaxRsApplication.Builder
JaxRsApplication.Builder. config(ResourceConfig config)
Set resource configuration that forms this application.JaxRsApplication.Builder
JaxRsApplication.Builder. contextRoot(String contextRoot)
Configure an explicit context root for this application.JaxRsApplication.Builder
JaxRsApplication.Builder. executorService(ExecutorService executorService)
Configure an executor service to be used for this application.
-