Package org.glassfish.jersey.internal
package org.glassfish.jersey.internal
Common Jersey internal API classes.
-
ClassDescriptionAn abstract implementation of
RuntimeDelegate
that provides support common to the client and server.Simple ServiceFinder configuration.Configurator which initializes and registerAutoDiscoverable
instances intoInjectionManager
andBootstrapBag
.A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.Configurator which contains two methods,BootstrapConfigurator.init(InjectionManager, BootstrapBag)
containsInjectionManager
into which only registering services make sense because injection manager has not been completed yet andBootstrapConfigurator.postInit(InjectionManager, BootstrapBag)
in whichInjectionManager
has been already completed and is able to create and provide services.A factory implementation for managingContextResolver
instances.Configurator which initializes and registerContextResolvers
instance intoInjectionManager
andBootstrapBag
.Registers JAX-RSDynamicFeature
which are listed as SPIs for registration.Errors utility used to file processing messages (e.g.Generic error message.Error message exception.Exception mappers
implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.Configurator which initializes and registerExceptionMappers
instance intoInjectionManager
andBootstrapBag
.Registers JAX-RSFeature
which are listed as SPIs for registration.Internal common (server/client) Jersey configuration properties.Jersey implementation of JAX-RSProviders
contract.Configurator which initializes and registersProviders
instance intoInjectionManager
andBootstrapBag
.Defines string formatting method for each constant in the resource fileProperties delegate backed by aMap
.Utility class to deal with OSGi runtime specific behavior.TODO: javadoc.Resolver of a property value for the specified propertyname
from the request-specific property bag, or theglobal runtime configuration
.RuntimeDelegate Decorator that changes behaviour due to provided runtime information.Default implementation of JAX-RSRuntimeDelegate
.Error thrown when something goes wrong while looking up service providers.A simple service-provider lookup mechanism.The default service iterator provider that looks up provider classes in META-INF/services files.Supports iteration of provider instances or classes.Simple ServiceFinder injection binder.Utility class for reading build.properties file.