Uses of Interface
org.glassfish.jersey.internal.inject.InjectionManager
Packages that use InjectionManager
Package
Description
Common Jersey core classes.
Jersey client-side classes.
Provides core client filters.
Common Jersey internal API classes.
Common Jersey internal injection utility classes.
Support for Entity Data Filtering in Jersey.
Common Jersey internal messaging classes.
Common Jersey internal model related classes and interfaces.
Jersey OAuth 1 Signature API and Implementation.
Common Jersey internal processing classes.
Jersey server-side classes.
Provides core server filters.
Jersey server-side JAX-RS injection support classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal model related and routing helper classes.
Jersey server-side service provider contract (SPI) classes.
Jersey server-side WADL configuration classes.
Jersey server-side WADL internal classes.
-
Uses of InjectionManager in org.glassfish.jersey
Methods in org.glassfish.jersey that return InjectionManagerModifier and TypeMethodDescriptionstatic InjectionManager
InjectionManagerProvider.getInjectionManager
(javax.ws.rs.core.FeatureContext featureContext) Extract and return injection manager fromfeatureContext
.static InjectionManager
InjectionManagerProvider.getInjectionManager
(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) Extract and return injection manager fromreaderInterceptorContext
.static InjectionManager
InjectionManagerProvider.getInjectionManager
(javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) Extract and return injection manager fromwriterInterceptorContext
. -
Uses of InjectionManager in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as InjectionManagerMethods in org.glassfish.jersey.client that return InjectionManagerModifier and TypeMethodDescriptionClientRequest.getInjectionManager()
ClientResponse.getInjectionManager()
(package private) InjectionManager
ClientRuntime.getInjectionManager()
Get injection manager.static InjectionManager
InjectionManagerClientProvider.getInjectionManager
(javax.ws.rs.client.ClientRequestContext clientRequestContext) Extract and return injection manager fromclientRequestContext
.static InjectionManager
InjectionManagerClientProvider.getInjectionManager
(javax.ws.rs.client.ClientResponseContext clientResponseContext) Extract and return injection manager fromclientResponseContext
.Methods in org.glassfish.jersey.client with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
ClientConfig.State.configureAutoDiscoverableProviders
(InjectionManager injectionManager, List<AutoDiscoverable> autoDiscoverables) void
ClientConfig.State.configureForcedAutoDiscoverableProviders
(InjectionManager injectionManager) void
ClientConfig.State.configureMetaProviders
(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer) (package private) static ChainableStage
<ClientRequest> ClientFilteringStages.createRequestFilteringStage
(InjectionManager injectionManager) Create client request filtering stage using the injection manager.(package private) static ChainableStage
<ClientResponse> ClientFilteringStages.createResponseFilteringStage
(InjectionManager injectionManager) Create client response filtering stage using the injection manager.void
ClientConfig.RuntimeConfigConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ClientExecutorProvidersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.client with parameters of type InjectionManagerModifierConstructorDescriptionClientRuntime
(ClientConfig config, Connector connector, InjectionManager injectionManager, BootstrapBag bootstrapBag) Create new client request processing runtime.RequestProcessingInitializationStage
(javax.inject.Provider<Ref<ClientRequest>> requestRefProvider, MessageBodyWorkers workersProvider, InjectionManager injectionManager) Create newMessageBodyWorkers
initialization function for requests and responses. -
Uses of InjectionManager in org.glassfish.jersey.client.filter
Fields in org.glassfish.jersey.client.filter declared as InjectionManager -
Uses of InjectionManager in org.glassfish.jersey.inject.hk2
Classes in org.glassfish.jersey.inject.hk2 that implement InjectionManagerModifier and TypeClassDescription(package private) class
Abstract class dedicated to implementations ofInjectionManager
providing several convenient methods.class
Implementation ofInjectionManager
that is able to delay service's registration and injection toDelayedHk2InjectionManager.completeRegistration()
phase.class
Implementation ofInjectionManager
that is able to register and inject services.Methods in org.glassfish.jersey.inject.hk2 that return InjectionManagerModifier and TypeMethodDescription(package private) abstract InjectionManager
Hk2InjectionManagerFactory.Hk2InjectionManagerStrategy.createInjectionManager
(Object parent) private InjectionManager
Hk2InjectionManagerFactory.initInjectionManager
(InjectionManager injectionManager) Methods in org.glassfish.jersey.inject.hk2 with parameters of type InjectionManagerModifier and TypeMethodDescriptionprivate InjectionManager
Hk2InjectionManagerFactory.initInjectionManager
(InjectionManager injectionManager) -
Uses of InjectionManager in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type InjectionManagerModifier and TypeMethodDescriptionExceptionMapperFactory.createLazyExceptionMappers
(InjectionManager injectionManager) ReturnsLazyValue
of exception mappers that delays their creation to the first use.void
AutoDiscoverableConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
BootstrapConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.void
ContextResolverFactory.ContextResolversConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ExceptionMapperFactory.ExceptionMappersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
JaxrsProviders.ProvidersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) default void
BootstrapConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Post-initialization method can get services fromInjectionManager
and is not able to register the new one because injection manager is already completed.void
ContextResolverFactory.ContextResolversConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ExceptionMapperFactory.ExceptionMappersConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.internal with parameters of type InjectionManagerModifierConstructorDescriptionExceptionMapperFactory
(InjectionManager injectionManager) Create new exception mapper factory initialized withinjection manager
instance that will be used to look up all providers implementingExceptionMapper
interface. -
Uses of InjectionManager in org.glassfish.jersey.internal.inject
Fields in org.glassfish.jersey.internal.inject declared as InjectionManagerModifier and TypeFieldDescriptionprivate InjectionManager
AbstractBinder.injectionManager
private final InjectionManager
ProviderBinder.injectionManager
Methods in org.glassfish.jersey.internal.inject that return InjectionManagerModifier and TypeMethodDescriptiondefault InjectionManager
InjectionManagerFactory.create()
Load a new injection manager without parent and initial binder.Load a new injection manager with parent object.static InjectionManager
Injections.createInjectionManager()
Creates aInjectionManager
without parent and initial binder.static InjectionManager
Injections.createInjectionManager
(Object parent) Creates an unnamed, parentedInjectionManager
.static InjectionManager
Injections.createInjectionManager
(Binder binder) Creates aInjectionManager
with initial binder that is immediately registered.InjectionManagerSupplier.getInjectionManager()
Get injection manager.Methods in org.glassfish.jersey.internal.inject with parameters of type InjectionManagerModifier and TypeMethodDescriptionstatic void
ProviderBinder.bindProvider
(Class<?> providerClass, ContractProvider model, InjectionManager injectionManager) Bind contract provider model to a provider class using the supplied injection manager.static void
ProviderBinder.bindProvider
(Object providerInstance, ContractProvider model, InjectionManager injectionManager) Bind contract provider model to a provider instance using the supplied injection manager.static void
ProviderBinder.bindProviders
(ComponentBag componentBag, javax.ws.rs.RuntimeType constrainedTo, Set<Class<?>> registeredClasses, InjectionManager injectionManager) Bind all providers contained inproviderBag
(classes and instances) using injection manager.static void
ProviderBinder.bindProviders
(ComponentBag componentBag, InjectionManager injectionManager) Bind all providers contained inproviderBag
(classes and instances) using injection manager.static <T> Iterable
<T> Providers.getAllProviders
(InjectionManager injectionManager, Class<T> contract) Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container.static <T> Iterable
<T> Providers.getAllProviders
(InjectionManager injectionManager, Class<T> contract, Comparator<T> comparator) Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container ordered based on the givencomparator
.static <T> Iterable
<T> Providers.getAllProviders
(InjectionManager injectionManager, Class<T> contract, RankedComparator<T> comparator) Get the sorted iterable of allproviders
(custom and default) registered for the given service provider contract in the underlyinginjection manager
container.static <T> Iterable
<RankedProvider<T>> Providers.getAllRankedProviders
(InjectionManager injectionManager, Class<T> contract) Get the iterable of allproviders
(custom and default) registered for the given service provider contract in the underlyinginjection manager
container.static <T> Iterable
<T> Providers.getAllRankedSortedProviders
(InjectionManager injectionManager, Class<T> contract) Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container and automatically sorted usingranked comparator
.static <T> Collection
<ServiceHolder<T>> Providers.getAllServiceHolders
(InjectionManager injectionManager, Class<T> contract) Get collection of allServiceHolder
s bound for providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container.static Collection
<Binding> Bindings.getBindings
(InjectionManager injectionManager, Binder binder) static <T> Set
<T> Providers.getCustomProviders
(InjectionManager injectionManager, Class<T> contract) Get the set of all custom providers registered for the given service provider contract in the underlyinginjection manager
container.static <T> T
Injections.getOrCreate
(InjectionManager injectionManager, Class<T> clazz) Get the class by contract or create and inject a new instance.static <T> Set
<T> Providers.getProviders
(InjectionManager injectionManager, Class<T> contract) Get the set of default providers registered for the given service provider contract in the underlyinginjection manager
container.private static <T> List
<ServiceHolder<T>> Providers.getServiceHolders
(InjectionManager bm, Class<T> contract, Annotation... qualifiers) private static <T> List
<ServiceHolder<T>> Providers.getServiceHolders
(InjectionManager injectionManager, Class<T> contract, Comparator<Class<?>> objectComparator, Annotation... qualifiers) (package private) void
AbstractBinder.setInjectionManager
(InjectionManager injectionManager) SetsInjectionManager
to be able to create instance providers using the injection manager.Constructors in org.glassfish.jersey.internal.inject with parameters of type InjectionManagerModifierConstructorDescriptionProviderBinder
(InjectionManager injectionManager) Create new provider binder instance. -
Uses of InjectionManager in org.glassfish.jersey.message.filtering
Constructors in org.glassfish.jersey.message.filtering with parameters of type InjectionManagerModifierConstructorDescriptionCommonScopeProvider
(javax.ws.rs.core.Configuration config, InjectionManager injectionManager) Create new common scope provider with injectedconfiguration
andinjection manager
.EntityInspectorImpl
(InjectionManager injectionManager) Constructor expectingInjectionManager
to be injected.SecurityServerScopeProvider
(javax.ws.rs.core.Configuration config, InjectionManager injectionManager) ServerScopeProvider
(javax.ws.rs.core.Configuration config, InjectionManager injectionManager) Create new server scope provider with injectedconfiguration
andjersey injection manager
. -
Uses of InjectionManager in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as InjectionManagerModifier and TypeFieldDescriptionprivate InjectionManager
MessageBodyFactory.injectionManager
private final InjectionManager
ReaderInterceptorExecutor.injectionManager
private final InjectionManager
WriterInterceptorExecutor.injectionManager
Methods in org.glassfish.jersey.message.internal that return InjectionManagerModifier and TypeMethodDescriptionReaderInterceptorExecutor.getInjectionManager()
WriterInterceptorExecutor.getInjectionManager()
Methods in org.glassfish.jersey.message.internal with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
MessageBodyFactory.MessageBodyWorkersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
MessageBodyFactory.initialize
(InjectionManager injectionManager) Must be initialize at the time of completed populatedInjectionManager
.void
MessageBodyFactory.MessageBodyWorkersConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.message.internal with parameters of type InjectionManagerModifierConstructorDescription(package private)
ReaderInterceptorExecutor
(Class<?> rawType, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, PropertiesDelegate propertiesDelegate, InputStream inputStream, MessageBodyWorkers workers, Iterable<javax.ws.rs.ext.ReaderInterceptor> readerInterceptors, boolean translateNce, InjectionManager injectionManager) Constructs a new executor to read given type from providedentityStream
.WriterInterceptorExecutor
(Object entity, Class<?> rawType, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> headers, PropertiesDelegate propertiesDelegate, OutputStream entityStream, MessageBodyWorkers workers, Iterable<javax.ws.rs.ext.WriterInterceptor> writerInterceptors, InjectionManager injectionManager) Constructs a new executor to write given type to providedentityStream
. -
Uses of InjectionManager in org.glassfish.jersey.model.internal
Fields in org.glassfish.jersey.model.internal declared as InjectionManagerModifier and TypeFieldDescriptionprivate final InjectionManager
FeatureContextWrapper.injectionManager
private final InjectionManager
ManagedObjectsFinalizer.injectionManager
Fields in org.glassfish.jersey.model.internal with type parameters of type InjectionManagerModifier and TypeFieldDescriptionstatic final BiPredicate
<ContractProvider, InjectionManager> ComponentBag.EXTERNAL_ONLY
A filtering strategy that includes only models that contain contract registrable byInjectionManager
.Methods in org.glassfish.jersey.model.internal that return InjectionManagerMethods in org.glassfish.jersey.model.internal with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
CommonConfig.configureAutoDiscoverableProviders
(InjectionManager injectionManager, Collection<AutoDiscoverable> autoDiscoverables, boolean forcedOnly) Configureauto-discoverables
in the injection manager.CommonConfig.configureBinders
(InjectionManager injectionManager, Set<Binder> configured) private void
CommonConfig.configureExternalObjects
(InjectionManager injectionManager) private void
CommonConfig.configureFeatures
(InjectionManager injectionManager, Set<CommonConfig.FeatureRegistration> processed, List<CommonConfig.FeatureRegistration> unprocessed, ManagedObjectsFinalizer managedObjectsFinalizer) void
CommonConfig.configureMetaProviders
(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer) Configure binders in the injection manager and enable JAX-RS features.static Predicate
<ContractProvider> ComponentBag.excludeMetaProviders
(InjectionManager injectionManager) A method creates thePredicate
which is able to filter all Jersey meta-providers along with the components which is able to register the current usedInjectionManager
.static <T> List
<T> ComponentBag.getFromBinders
(InjectionManager injectionManager, ComponentBag componentBag, Function<Object, T> cast, Predicate<Binding> filter) IfT
object is registered inComponentBag
using theBinder
,T
is not visible using the methods for getting classes and instancesComponentBag.getClasses(Predicate)
andComponentBag.getInstances(Predicate)
.Constructors in org.glassfish.jersey.model.internal with parameters of type InjectionManagerModifierConstructorDescriptionFeatureContextWrapper
(javax.ws.rs.core.FeatureContext context, InjectionManager injectionManager) Create a new instance of wrapper.ManagedObjectsFinalizer
(InjectionManager injectionManager) Creates a new instance ofManagedObjectsFinalizer
. -
Uses of InjectionManager in org.glassfish.jersey.oauth1.signature
Constructors in org.glassfish.jersey.oauth1.signature with parameters of type InjectionManagerModifierConstructorDescriptionOAuth1Signature
(InjectionManager injectionManager) Create a new instance of the OAuth signature configured with injectedServiceLocator
. -
Uses of InjectionManager in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type InjectionManagerModifier and TypeMethodDescriptionprivate static <T> List
<T> ExecutorProviders.getExecutorProviders
(InjectionManager injectionManager, Class<T> providerClass) void
RequestScope.RequestScopeConfigurator.init
(InjectionManager injectionManagerFactory, BootstrapBag bootstrapBag) void
RequestScope.RequestScopeConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) static void
ExecutorProviders.registerExecutorBindings
(InjectionManager injectionManager) Create qualifiedExecutorService
andScheduledExecutorService
injection bindings based on the registered providers implementing theExecutorServiceProvider
and/orScheduledExecutorServiceProvider
SPI.static void
ExecutorProviders.registerExecutorBindings
(InjectionManager injectionManager, List<ExecutorServiceProvider> executorProviders, List<ScheduledExecutorServiceProvider> scheduledProviders) Create qualifiedExecutorService
andScheduledExecutorService
injection bindings based on the registered providers implementing theExecutorServiceProvider
and/orScheduledExecutorServiceProvider
SPI.protected void
AbstractExecutorProvidersConfigurator.registerExecutors
(InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider) Retrieves registeredExecutorServiceProvider
andScheduledExecutorServiceProvider
by an application and adds the default implementations of those interfaces to binds them intoInjectionManager
. -
Uses of InjectionManager in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as InjectionManagerModifier and TypeFieldDescriptionprivate InjectionManager
ApplicationHandler.injectionManager
private final InjectionManager
ServerRuntime.injectionManager
Methods in org.glassfish.jersey.server that return InjectionManagerModifier and TypeMethodDescriptionApplicationHandler.getInjectionManager()
ReturnsInjectionManager
relevant to current application.Methods in org.glassfish.jersey.server with parameters of type InjectionManagerModifier and TypeMethodDescriptionprivate void
ResourceModelConfigurator.bindEnhancingResourceClasses
(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, ResourceModel resourceModel, ResourceBag resourceBag, ResourceConfig runtimeConfig) private void
ResourceModelConfigurator.bindProvidersAndResources
(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, ComponentBag componentBag, Collection<Class<?>> resourceClasses, Collection<Object> resourceInstances, ResourceConfig runtimeConfig) (package private) final void
ResourceConfig.configureAutoDiscoverableProviders
(InjectionManager injectionManager, Collection<AutoDiscoverable> autoDiscoverables) Configure auto-discoverables.void
ResourceConfig.ImmutableState.configureAutoDiscoverableProviders
(InjectionManager injectionManager, Collection<AutoDiscoverable> autoDiscoverables, boolean forcedOnly) (package private) final void
ResourceConfig.configureForcedAutoDiscoverableProviders
(InjectionManager injectionManager) Configure forced auto-discoverables.(package private) final void
ResourceConfig.configureMetaProviders
(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer) void
ResourceConfig.ImmutableState.configureMetaProviders
(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer) private static javax.ws.rs.core.Application
ApplicationConfigurator.createApplication
(InjectionManager injectionManager, Class<? extends javax.ws.rs.core.Application> applicationClass, Value<Collection<ComponentProvider>> componentProvidersValue) (package private) static ServerRuntime
ServerRuntime.createServerRuntime
(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders) void
ApplicationConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ApplicationHandler.RuntimeConfigConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ComponentProviderConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ContainerProviderConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ExternalRequestScopeConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
JerseyResourceContextConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ModelProcessorConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ProcessingProvidersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ResourceBagConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ResourceModelConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ServerExecutorProvidersConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) private ServerRuntime
ApplicationHandler.initialize
(InjectionManager injectionManager, List<BootstrapConfigurator> bootstrapConfigurators, ServerBootstrapBag bootstrapBag) Assumes the configuration field is initialized with a valid ResourceConfig.private void
ApplicationHandler.initialize
(ApplicationConfigurator applicationConfigurator, InjectionManager injectionManager, Binder customBinder) private static void
ApplicationHandler.logApplicationInitConfiguration
(InjectionManager injectionManager, ResourceBag resourceBag, ProcessingProviders processingProviders) void
ComponentProviderConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
JerseyResourceContextConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ProcessingProvidersConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.server with parameters of type InjectionManagerModifierConstructorDescriptionprivate
ServerRuntime
(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, ScheduledExecutorService backgroundScheduler, javax.inject.Provider<ExecutorService> managedAsyncExecutorProvider, RequestScope requestScope, ExceptionMappers exceptionMappers, ApplicationEventListener applicationEventListener, ExternalRequestScope externalScope, javax.ws.rs.core.Configuration configuration) -
Uses of InjectionManager in org.glassfish.jersey.server.filter
Fields in org.glassfish.jersey.server.filter declared as InjectionManager -
Uses of InjectionManager in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as InjectionManagerModifier and TypeFieldDescriptionprivate final InjectionManager
BeanParamValueParamProvider.BeanParamValueProvider.injectionManager
private final InjectionManager
BeanParamValueParamProvider.injectionManager
Methods in org.glassfish.jersey.server.internal.inject with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
ParamConverterConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ParamExtractorConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ValueParamProviderConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ValueParamProviderConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) private void
ValueParamProviderConfigurator.registerResolver
(InjectionManager im, ValueParamProvider vfp, Class<? extends Annotation> annotation, javax.inject.Provider<ContainerRequest> request) Constructors in org.glassfish.jersey.server.internal.inject with parameters of type InjectionManagerModifierConstructorDescriptionBeanParamValueParamProvider
(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep, InjectionManager injectionManager) Creates new instance initialized from parameters injected by HK2.private
BeanParamValueProvider
(InjectionManager injectionManager, Parameter parameter) -
Uses of InjectionManager in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring declared as InjectionManagerModifier and TypeFieldDescriptionprivate InjectionManager
MonitoringEventListener.injectionManager
Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type InjectionManagerModifierConstructorDescription(package private)
MonitoringStatisticsProcessor
(InjectionManager injectionManager, MonitoringEventListener monitoringEventListener) Creates a new instance of processor. -
Uses of InjectionManager in org.glassfish.jersey.server.internal.process
Fields in org.glassfish.jersey.server.internal.process declared as InjectionManagerModifier and TypeFieldDescriptionprivate final InjectionManager
ReferencesInitializer.injectionManager
private final InjectionManager
RequestProcessingContext.injectionManager
Methods in org.glassfish.jersey.server.internal.process that return InjectionManagerModifier and TypeMethodDescriptionRequestProcessingContext.injectionManager()
Get injection manager.Methods in org.glassfish.jersey.server.internal.process with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
RequestProcessingConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.server.internal.process with parameters of type InjectionManagerModifierConstructorDescriptionReferencesInitializer
(InjectionManager injectionManager, javax.inject.Provider<RequestProcessingContextReference> processingContextRefProvider) Injection constructor.RequestProcessingContext
(InjectionManager injectionManager, ContainerRequest request, UriRoutingContext routingContext, RequestEventBuilder monitoringEventBuilder, RequestEventListener monitoringEventListener) Create new request processing context. -
Uses of InjectionManager in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as InjectionManagerModifier and TypeFieldDescriptionprivate InjectionManager
ResourceMethodInvoker.Builder.injectionManager
Methods in org.glassfish.jersey.server.model with parameters of type InjectionManagerModifier and TypeMethodDescriptionMethodHandler.ClassBasedMethodHandler.getInstance
(InjectionManager injectionManager) abstract Object
MethodHandler.getInstance
(InjectionManager injectionManager) Get the injected resource method handler instance.MethodHandler.InstanceBasedMethodHandler.getInstance
(InjectionManager injectionManager) ResourceMethodInvoker.Builder.injectionManager
(InjectionManager injectionManager) Set runtime DI injection manager.Constructors in org.glassfish.jersey.server.model with parameters of type InjectionManagerModifierConstructorDescriptionprivate
ResourceMethodInvoker
(ResourceMethodDispatcher.Provider dispatcherProvider, ResourceMethodInvocationHandlerProvider invocationHandlerProvider, ResourceMethod method, ProcessingProviders processingProviders, InjectionManager injectionManager, javax.ws.rs.core.Configuration globalConfig, ConfiguredValidator validator) -
Uses of InjectionManager in org.glassfish.jersey.server.model.internal
Methods in org.glassfish.jersey.server.model.internal with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
ResourceMethodInvokerConfigurator.init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) void
ResourceMethodInvokerConfigurator.postInit
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Constructors in org.glassfish.jersey.server.model.internal with parameters of type InjectionManagerModifierConstructorDescription(package private)
ResourceMethodInvocationHandlerFactory
(InjectionManager injectionManager) -
Uses of InjectionManager in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type InjectionManagerModifier and TypeMethodDescriptionvoid
ComponentProvider.initialize
(InjectionManager injectionManager) Initializes the component provider with a reference to a injection manager instance, which will get used in the application to manage individual components.void
RequestScopedInitializer.initialize
(InjectionManager injectionManager) Perform request-scoped initialization.ExternalRequestScope.open
(InjectionManager injectionManager) Invoked when a new request gets started.void
ExternalRequestScope.resume
(ExternalRequestContext<T> c, InjectionManager injectionManager) Resume request associated with provided context.void
ExternalRequestScope.suspend
(ExternalRequestContext<T> c, InjectionManager injectionManager) Suspend request associated with provided context. -
Uses of InjectionManager in org.glassfish.jersey.server.wadl.config
Methods in org.glassfish.jersey.server.wadl.config with parameters of type InjectionManagerModifier and TypeMethodDescriptionWadlGeneratorConfig.createWadlGenerator
(InjectionManager injectionManager) Create a new instance ofWadlGenerator
, based on theWadlGeneratorDescription
s provided byWadlGeneratorConfig.configure()
.private static WadlGeneratorLoader.WadlGeneratorControl
WadlGeneratorLoader.loadWadlGenerator
(InjectionManager injectionManager, WadlGeneratorDescription wadlGeneratorDescription, WadlGenerator wadlGeneratorDelegate) (package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGeneratorDescriptions
(InjectionManager injectionManager, List<WadlGeneratorDescription> wadlGeneratorDescriptions) (package private) static WadlGenerator
WadlGeneratorLoader.loadWadlGeneratorDescriptions
(InjectionManager injectionManager, WadlGeneratorDescription... wadlGeneratorDescriptions) -
Uses of InjectionManager in org.glassfish.jersey.server.wadl.internal
Fields in org.glassfish.jersey.server.wadl.internal declared as InjectionManagerModifier and TypeFieldDescriptionprivate final InjectionManager
WadlApplicationContextImpl.injectionManager
Constructors in org.glassfish.jersey.server.wadl.internal with parameters of type InjectionManagerModifierConstructorDescriptionWadlApplicationContextImpl
(InjectionManager injectionManager, javax.ws.rs.core.Configuration configuration, ExtendedResourceContext resourceContext) Injection constructor.