Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker.Builder |
ServerBootstrapBag.getResourceMethodInvokerBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
ServerBootstrapBag.setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder resourceMethodInvokerBuilder) |
Modifier and Type | Method and Description |
---|---|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.configuration(javax.ws.rs.core.Configuration configuration)
Set global configuration.
|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.configurationValidator(Supplier<org.glassfish.jersey.server.internal.inject.ConfiguredValidator> configurationValidator)
Set global configuration validator.
|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.injectionManager(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Set runtime DI injection manager.
|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory resourceMethodDispatcherFactory)
Set resource method dispatcher factory.
|
ResourceMethodInvoker.Builder |
ResourceMethodInvoker.Builder.resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory resourceMethodInvocationHandlerFactory)
Set resource method invocation handler factory.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.