Uses of Class
io.helidon.webserver.jersey.JerseySupport
-
Packages that use JerseySupport Package Description io.helidon.webserver.jersey -
-
Uses of JerseySupport in io.helidon.webserver.jersey
Methods in io.helidon.webserver.jersey that return JerseySupport Modifier and Type Method Description JerseySupport
JerseySupport.Builder. build()
Jersey Module builder class for convenient creatingJerseySupport
.static JerseySupport
JerseySupport. create(Application application)
CreatesJerseySupport
based on the providedJAX-RS Application
.
-