Uses of Class
io.helidon.jersey.webserver.JaxRsService
Packages that use JaxRsService
-
Uses of JaxRsService in io.helidon.jersey.webserver
Methods in io.helidon.jersey.webserver that return JaxRsServiceModifier and TypeMethodDescriptionstatic JaxRsService
JaxRsService.create
(Config config, ResourceConfig resourceConfig) Create a new JAX-RS integration service with the default injection manager.static JaxRsService
JaxRsService.create
(Config config, ResourceConfig resourceConfig, org.glassfish.jersey.internal.inject.InjectionManager injectionManager) Create a new JAX-RS integration service with a custom injection manager.