Interface | Description |
---|---|
BootstrapConfigurator |
Configurator which contains two methods,
BootstrapConfigurator.init(InjectionManager, BootstrapBag) contains InjectionManager
into which only registering services make sense because injection manager has not been completed yet and
BootstrapConfigurator.postInit(InjectionManager, BootstrapBag) in which InjectionManager has been already completed and is able to
create and provide services. |
PropertiesDelegate |
TODO: javadoc.
|
PropertiesResolver |
Resolver of a property value for the specified property
name from the
request-specific property bag, or the global runtime configuration . |
Class | Description |
---|---|
AbstractRuntimeDelegate |
An abstract implementation of
RuntimeDelegate that
provides support common to the client and server. |
AbstractServiceFinderConfigurator<T> |
Simple ServiceFinder configuration.
|
AutoDiscoverableConfigurator |
Configurator which initializes and register
AutoDiscoverable instances into InjectionManager and
BootstrapBag . |
BootstrapBag |
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
|
ContextResolverFactory |
A factory implementation for managing
ContextResolver instances. |
ContextResolverFactory.ContextResolversConfigurator |
Configurator which initializes and register
ContextResolvers instance into InjectionManager and
BootstrapBag . |
DynamicFeatureConfigurator |
Registers JAX-RS
DynamicFeature which are listed as SPIs for registration. |
Errors |
Errors utility used to file processing messages (e.g.
|
Errors.ErrorMessage |
Generic error message.
|
ExceptionMapperFactory |
Exception mappers implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup. |
ExceptionMapperFactory.ExceptionMappersConfigurator |
Configurator which initializes and register
ExceptionMappers instance into InjectionManager and
BootstrapBag . |
FeatureConfigurator |
Registers JAX-RS
Feature which are listed as SPIs for registration. |
InternalProperties |
Internal common (server/client) Jersey configuration properties.
|
JaxrsProviders |
Jersey implementation of JAX-RS
Providers contract. |
JaxrsProviders.ProvidersConfigurator |
Configurator which initializes and registers
Providers instance into InjectionManager and
BootstrapBag . |
LocalizationMessages |
Defines string formatting method for each constant in the resource file
|
MapPropertiesDelegate |
Properties delegate backed by a
Map . |
OsgiRegistry |
Utility class to deal with OSGi runtime specific behavior.
|
RuntimeDelegateDecorator |
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
|
RuntimeDelegateImpl |
Default implementation of JAX-RS
RuntimeDelegate . |
ServiceFinder<T> |
A simple service-provider lookup mechanism.
|
ServiceFinder.DefaultServiceIteratorProvider |
The default service iterator provider that looks up provider classes in
META-INF/services files.
|
ServiceFinder.ServiceIteratorProvider |
Supports iteration of provider instances or classes.
|
ServiceFinderBinder<T> |
Simple ServiceFinder injection binder.
|
Version |
Utility class for reading build.properties file.
|
Exception | Description |
---|---|
Errors.ErrorMessagesException |
Error message exception.
|
Error | Description |
---|---|
ServiceConfigurationError |
Error thrown when something goes wrong while looking up service providers.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.