Uses of Interface
org.glassfish.jersey.internal.inject.InjectionManager
-
Packages that use InjectionManager Package Description org.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.filter Provides core client filters.org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes.org.glassfish.jersey.message.filtering Support for Entity Data Filtering in Jersey.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.oauth1.signature Jersey OAuth 1 Signature API and Implementation.org.glassfish.jersey.process.internal Common Jersey internal processing classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.filter Provides core server filters.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.model.internal Jersey server-side internal model related and routing helper classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.server.wadl.config Jersey server-side WADL configuration classes.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. -
-
Uses of InjectionManager in org.glassfish.jersey
Methods in org.glassfish.jersey that return InjectionManager Modifier and Type Method Description static InjectionManagerInjectionManagerProvider. getInjectionManager(javax.ws.rs.core.FeatureContext featureContext)Extract and return injection manager fromfeatureContext.static InjectionManagerInjectionManagerProvider. getInjectionManager(javax.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext)Extract and return injection manager fromreaderInterceptorContext.static InjectionManagerInjectionManagerProvider. 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 InjectionManager Modifier and Type Field Description private InjectionManagerClientRuntime. injectionManagerMethods in org.glassfish.jersey.client that return InjectionManager Modifier and Type Method Description InjectionManagerClientRequest. getInjectionManager()InjectionManagerClientResponse. getInjectionManager()(package private) InjectionManagerClientRuntime. getInjectionManager()Get injection manager.static InjectionManagerInjectionManagerClientProvider. getInjectionManager(javax.ws.rs.client.ClientRequestContext clientRequestContext)Extract and return injection manager fromclientRequestContext.static InjectionManagerInjectionManagerClientProvider. getInjectionManager(javax.ws.rs.client.ClientResponseContext clientResponseContext)Extract and return injection manager fromclientResponseContext.Methods in org.glassfish.jersey.client with parameters of type InjectionManager Modifier and Type Method Description voidClientConfig.State. configureAutoDiscoverableProviders(InjectionManager injectionManager, java.util.List<AutoDiscoverable> autoDiscoverables)voidClientConfig.State. configureForcedAutoDiscoverableProviders(InjectionManager injectionManager)voidClientConfig.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.voidClientConfig.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidClientExecutorProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.client with parameters of type InjectionManager Constructor Description ClientRuntime(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 newMessageBodyWorkersinitialization function for requests and responses. -
Uses of InjectionManager in org.glassfish.jersey.client.filter
Fields in org.glassfish.jersey.client.filter declared as InjectionManager Modifier and Type Field Description private InjectionManagerEncodingFilter. injectionManager -
Uses of InjectionManager in org.glassfish.jersey.inject.hk2
Classes in org.glassfish.jersey.inject.hk2 that implement InjectionManager Modifier and Type Class Description (package private) classAbstractHk2InjectionManagerAbstract class dedicated to implementations ofInjectionManagerproviding several convenient methods.classDelayedHk2InjectionManagerImplementation ofInjectionManagerthat is able to delay service's registration and injection toDelayedHk2InjectionManager.completeRegistration()phase.classImmediateHk2InjectionManagerImplementation ofInjectionManagerthat is able to register and inject services.Methods in org.glassfish.jersey.inject.hk2 that return InjectionManager Modifier and Type Method Description InjectionManagerHk2InjectionManagerFactory. create(java.lang.Object parent)(package private) abstract InjectionManagerHk2InjectionManagerFactory.Hk2InjectionManagerStrategy. createInjectionManager(java.lang.Object parent)private InjectionManagerHk2InjectionManagerFactory. initInjectionManager(InjectionManager injectionManager)Methods in org.glassfish.jersey.inject.hk2 with parameters of type InjectionManager Modifier and Type Method Description private InjectionManagerHk2InjectionManagerFactory. initInjectionManager(InjectionManager injectionManager) -
Uses of InjectionManager in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type InjectionManager Modifier and Type Method Description private LazyValue<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>>ExceptionMapperFactory. createLazyExceptionMappers(InjectionManager injectionManager)ReturnsLazyValueof exception mappers that delays their creation to the first use.voidAutoDiscoverableConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidBootstrapConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)Pre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.voidContextResolverFactory.ContextResolversConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJaxrsProviders.ProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)default voidBootstrapConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Post-initialization method can get services fromInjectionManagerand is not able to register the new one because injection manager is already completed.voidContextResolverFactory.ContextResolversConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExceptionMapperFactory.ExceptionMappersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.internal with parameters of type InjectionManager Constructor Description ExceptionMapperFactory(InjectionManager injectionManager)Create new exception mapper factory initialized withinjection managerinstance that will be used to look up all providers implementingExceptionMapperinterface. -
Uses of InjectionManager in org.glassfish.jersey.internal.inject
Fields in org.glassfish.jersey.internal.inject declared as InjectionManager Modifier and Type Field Description private InjectionManagerAbstractBinder. injectionManagerprivate InjectionManagerProviderBinder. injectionManagerMethods in org.glassfish.jersey.internal.inject that return InjectionManager Modifier and Type Method Description default InjectionManagerInjectionManagerFactory. create()Load a new injection manager without parent and initial binder.InjectionManagerInjectionManagerFactory. create(java.lang.Object parent)Load a new injection manager with parent object.static InjectionManagerInjections. createInjectionManager()Creates aInjectionManagerwithout parent and initial binder.static InjectionManagerInjections. createInjectionManager(java.lang.Object parent)Creates an unnamed, parentedInjectionManager.static InjectionManagerInjections. createInjectionManager(Binder binder)Creates aInjectionManagerwith initial binder that is immediately registered.InjectionManagerInjectionManagerSupplier. getInjectionManager()Get injection manager.Methods in org.glassfish.jersey.internal.inject with parameters of type InjectionManager Modifier and Type Method Description static voidProviderBinder. bindProvider(java.lang.Class<?> providerClass, ContractProvider model, InjectionManager injectionManager)Bind contract provider model to a provider class using the supplied injection manager.static voidProviderBinder. bindProvider(java.lang.Object providerInstance, ContractProvider model, InjectionManager injectionManager)Bind contract provider model to a provider instance using the supplied injection manager.static voidProviderBinder. bindProviders(ComponentBag componentBag, javax.ws.rs.RuntimeType constrainedTo, java.util.Set<java.lang.Class<?>> registeredClasses, InjectionManager injectionManager)Bind all providers contained inproviderBag(classes and instances) using injection manager.static voidProviderBinder. bindProviders(ComponentBag componentBag, InjectionManager injectionManager)Bind all providers contained inproviderBag(classes and instances) using injection manager.static <T> java.lang.Iterable<T>Providers. getAllProviders(InjectionManager injectionManager, java.lang.Class<T> contract)Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection managercontainer.static <T> java.lang.Iterable<T>Providers. getAllProviders(InjectionManager injectionManager, java.lang.Class<T> contract, java.util.Comparator<T> comparator)Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection managercontainer ordered based on the givencomparator.static <T> java.lang.Iterable<T>Providers. getAllProviders(InjectionManager injectionManager, java.lang.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 managercontainer.static <T> java.lang.Iterable<RankedProvider<T>>Providers. getAllRankedProviders(InjectionManager injectionManager, java.lang.Class<T> contract)Get the iterable of allproviders(custom and default) registered for the given service provider contract in the underlyinginjection managercontainer.static <T> java.lang.Iterable<T>Providers. getAllRankedSortedProviders(InjectionManager injectionManager, java.lang.Class<T> contract)Get the iterable of all providers (custom and default) registered for the given service provider contract in the underlyinginjection managercontainer and automatically sorted usingranked comparator.static <T> java.util.Collection<ServiceHolder<T>>Providers. getAllServiceHolders(InjectionManager injectionManager, java.lang.Class<T> contract)Get collection of allServiceHolders bound for providers (custom and default) registered for the given service provider contract in the underlyinginjection managercontainer.static java.util.Collection<Binding>Bindings. getBindings(InjectionManager injectionManager, Binder binder)static <T> java.util.Set<T>Providers. getCustomProviders(InjectionManager injectionManager, java.lang.Class<T> contract)Get the set of all custom providers registered for the given service provider contract in the underlyinginjection managercontainer.static <T> TInjections. getOrCreate(InjectionManager injectionManager, java.lang.Class<T> clazz)Get the class by contract or create and inject a new instance.static <T> java.util.Set<T>Providers. getProviders(InjectionManager injectionManager, java.lang.Class<T> contract)Get the set of default providers registered for the given service provider contract in the underlyinginjection managercontainer.private static <T> java.util.List<ServiceHolder<T>>Providers. getServiceHolders(InjectionManager bm, java.lang.Class<T> contract, java.lang.annotation.Annotation... qualifiers)private static <T> java.util.List<ServiceHolder<T>>Providers. getServiceHolders(InjectionManager injectionManager, java.lang.Class<T> contract, java.util.Comparator<java.lang.Class<?>> objectComparator, java.lang.annotation.Annotation... qualifiers)(package private) voidAbstractBinder. setInjectionManager(InjectionManager injectionManager)SetsInjectionManagerto be able to create instance providers using the injection manager.Constructors in org.glassfish.jersey.internal.inject with parameters of type InjectionManager Constructor Description ProviderBinder(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 InjectionManager Constructor Description CommonScopeProvider(javax.ws.rs.core.Configuration config, InjectionManager injectionManager)Create new common scope provider with injectedconfigurationandinjection manager.EntityInspectorImpl(InjectionManager injectionManager)Constructor expectingInjectionManagerto 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 injectedconfigurationandjersey injection manager. -
Uses of InjectionManager in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as InjectionManager Modifier and Type Field Description private InjectionManagerMessageBodyFactory. injectionManagerprivate InjectionManagerReaderInterceptorExecutor. injectionManagerprivate InjectionManagerWriterInterceptorExecutor. injectionManagerMethods in org.glassfish.jersey.message.internal that return InjectionManager Modifier and Type Method Description InjectionManagerReaderInterceptorExecutor. getInjectionManager()InjectionManagerWriterInterceptorExecutor. getInjectionManager()Methods in org.glassfish.jersey.message.internal with parameters of type InjectionManager Modifier and Type Method Description voidMessageBodyFactory.MessageBodyWorkersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidMessageBodyFactory. initialize(InjectionManager injectionManager)Must be initialize at the time of completed populatedInjectionManager.voidMessageBodyFactory.MessageBodyWorkersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.message.internal with parameters of type InjectionManager Constructor Description ReaderInterceptorExecutor(java.lang.Class<?> rawType, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers, PropertiesDelegate propertiesDelegate, java.io.InputStream inputStream, MessageBodyWorkers workers, java.lang.Iterable<javax.ws.rs.ext.ReaderInterceptor> readerInterceptors, boolean translateNce, InjectionManager injectionManager)Constructs a new executor to read given type from providedentityStream.WriterInterceptorExecutor(java.lang.Object entity, java.lang.Class<?> rawType, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> headers, PropertiesDelegate propertiesDelegate, java.io.OutputStream entityStream, MessageBodyWorkers workers, java.lang.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 InjectionManager Modifier and Type Field Description private InjectionManagerFeatureContextWrapper. injectionManagerprivate InjectionManagerManagedObjectsFinalizer. injectionManagerFields in org.glassfish.jersey.model.internal with type parameters of type InjectionManager Modifier and Type Field Description static java.util.function.BiPredicate<ContractProvider,InjectionManager>ComponentBag. EXTERNAL_ONLYA filtering strategy that includes only models that contain contract registrable byInjectionManager.Methods in org.glassfish.jersey.model.internal that return InjectionManager Modifier and Type Method Description InjectionManagerFeatureContextWrapper. getInjectionManager()Methods in org.glassfish.jersey.model.internal with parameters of type InjectionManager Modifier and Type Method Description voidCommonConfig. configureAutoDiscoverableProviders(InjectionManager injectionManager, java.util.Collection<AutoDiscoverable> autoDiscoverables, boolean forcedOnly)Configureauto-discoverablesin the injection manager.private java.util.Set<Binder>CommonConfig. configureBinders(InjectionManager injectionManager, java.util.Set<Binder> configured)private voidCommonConfig. configureExternalObjects(InjectionManager injectionManager)private voidCommonConfig. configureFeatures(InjectionManager injectionManager, java.util.Set<CommonConfig.FeatureRegistration> processed, java.util.List<CommonConfig.FeatureRegistration> unprocessed, ManagedObjectsFinalizer managedObjectsFinalizer)voidCommonConfig. configureMetaProviders(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer)Configure binders in the injection manager and enable JAX-RS features.static java.util.function.Predicate<ContractProvider>ComponentBag. excludeMetaProviders(InjectionManager injectionManager)A method creates thePredicatewhich is able to filter all Jersey meta-providers along with the components which is able to register the current usedInjectionManager.static <T> java.util.List<T>ComponentBag. getFromBinders(InjectionManager injectionManager, ComponentBag componentBag, java.util.function.Function<java.lang.Object,T> cast, java.util.function.Predicate<Binding> filter)IfTobject is registered inComponentBagusing theBinder,Tis 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 InjectionManager Constructor Description FeatureContextWrapper(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 InjectionManager Constructor Description OAuth1Signature(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 InjectionManager Modifier and Type Method Description private static <T> java.util.List<T>ExecutorProviders. getExecutorProviders(InjectionManager injectionManager, java.lang.Class<T> providerClass)voidRequestScope.RequestScopeConfigurator. init(InjectionManager injectionManagerFactory, BootstrapBag bootstrapBag)voidRequestScope.RequestScopeConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)static voidExecutorProviders. registerExecutorBindings(InjectionManager injectionManager)Create qualifiedExecutorServiceandScheduledExecutorServiceinjection bindings based on the registered providers implementing theExecutorServiceProviderand/orScheduledExecutorServiceProviderSPI.static voidExecutorProviders. registerExecutorBindings(InjectionManager injectionManager, java.util.List<ExecutorServiceProvider> executorProviders, java.util.List<ScheduledExecutorServiceProvider> scheduledProviders)Create qualifiedExecutorServiceandScheduledExecutorServiceinjection bindings based on the registered providers implementing theExecutorServiceProviderand/orScheduledExecutorServiceProviderSPI.protected voidAbstractExecutorProvidersConfigurator. registerExecutors(InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider)Retrieves registeredExecutorServiceProviderandScheduledExecutorServiceProviderby 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 InjectionManager Modifier and Type Field Description private InjectionManagerApplicationHandler. injectionManagerprivate InjectionManagerServerRuntime. injectionManagerMethods in org.glassfish.jersey.server that return InjectionManager Modifier and Type Method Description InjectionManagerApplicationHandler. getInjectionManager()ReturnsInjectionManagerrelevant to current application.Methods in org.glassfish.jersey.server with parameters of type InjectionManager Modifier and Type Method Description private voidResourceModelConfigurator. bindEnhancingResourceClasses(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, ResourceModel resourceModel, ResourceBag resourceBag, ResourceConfig runtimeConfig)private voidResourceModelConfigurator. bindProvidersAndResources(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, ComponentBag componentBag, java.util.Collection<java.lang.Class<?>> resourceClasses, java.util.Collection<java.lang.Object> resourceInstances, ResourceConfig runtimeConfig)(package private) voidResourceConfig. configureAutoDiscoverableProviders(InjectionManager injectionManager, java.util.Collection<AutoDiscoverable> autoDiscoverables)Configure auto-discoverables.voidResourceConfig.ImmutableState. configureAutoDiscoverableProviders(InjectionManager injectionManager, java.util.Collection<AutoDiscoverable> autoDiscoverables, boolean forcedOnly)(package private) voidResourceConfig. configureForcedAutoDiscoverableProviders(InjectionManager injectionManager)Configure forced auto-discoverables.(package private) voidResourceConfig. configureMetaProviders(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer)voidResourceConfig.ImmutableState. configureMetaProviders(InjectionManager injectionManager, ManagedObjectsFinalizer finalizer)private static javax.ws.rs.core.ApplicationApplicationConfigurator. createApplication(InjectionManager injectionManager, java.lang.Class<? extends javax.ws.rs.core.Application> applicationClass, Value<java.util.Collection<ComponentProvider>> componentProvidersValue)(package private) static ServerRuntimeServerRuntime. createServerRuntime(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders)voidApplicationConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidApplicationHandler.RuntimeConfigConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidComponentProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidContainerProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidExternalRequestScopeConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJerseyResourceContextConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidModelProcessorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidProcessingProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceBagConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceModelConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidServerExecutorProvidersConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)private ServerRuntimeApplicationHandler. initialize(InjectionManager injectionManager, java.util.List<BootstrapConfigurator> bootstrapConfigurators, ServerBootstrapBag bootstrapBag)Assumes the configuration field is initialized with a valid ResourceConfig.private voidApplicationHandler. initialize(ApplicationConfigurator applicationConfigurator, InjectionManager injectionManager, Binder customBinder)private static voidApplicationHandler. logApplicationInitConfiguration(InjectionManager injectionManager, ResourceBag resourceBag, ProcessingProviders processingProviders)voidComponentProviderConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidJerseyResourceContextConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidProcessingProvidersConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.server with parameters of type InjectionManager Constructor Description ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, java.util.concurrent.ScheduledExecutorService backgroundScheduler, javax.inject.Provider<java.util.concurrent.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 Modifier and Type Field Description private InjectionManagerEncodingFilter. injectionManager -
Uses of InjectionManager in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as InjectionManager Modifier and Type Field Description private InjectionManagerBeanParamValueParamProvider.BeanParamValueProvider. injectionManagerprivate InjectionManagerBeanParamValueParamProvider. injectionManagerMethods in org.glassfish.jersey.server.internal.inject with parameters of type InjectionManager Modifier and Type Method Description voidParamConverterConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidParamExtractorConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidValueParamProviderConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidValueParamProviderConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)private voidValueParamProviderConfigurator. registerResolver(InjectionManager im, ValueParamProvider vfp, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, javax.inject.Provider<ContainerRequest> request)Constructors in org.glassfish.jersey.server.internal.inject with parameters of type InjectionManager Constructor Description BeanParamValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep, InjectionManager injectionManager)Creates new instance initialized from parameters injected by HK2.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 InjectionManager Modifier and Type Field Description private InjectionManagerMonitoringEventListener. injectionManagerConstructors in org.glassfish.jersey.server.internal.monitoring with parameters of type InjectionManager Constructor Description 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 InjectionManager Modifier and Type Field Description private InjectionManagerReferencesInitializer. injectionManagerprivate InjectionManagerRequestProcessingContext. injectionManagerMethods in org.glassfish.jersey.server.internal.process that return InjectionManager Modifier and Type Method Description InjectionManagerRequestProcessingContext. injectionManager()Get injection manager.Methods in org.glassfish.jersey.server.internal.process with parameters of type InjectionManager Modifier and Type Method Description voidRequestProcessingConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.server.internal.process with parameters of type InjectionManager Constructor Description ReferencesInitializer(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 InjectionManager Modifier and Type Field Description private InjectionManagerResourceMethodInvoker.Builder. injectionManagerMethods in org.glassfish.jersey.server.model with parameters of type InjectionManager Modifier and Type Method Description java.lang.ObjectMethodHandler.ClassBasedMethodHandler. getInstance(InjectionManager injectionManager)abstract java.lang.ObjectMethodHandler. getInstance(InjectionManager injectionManager)Get the injected resource method handler instance.java.lang.ObjectMethodHandler.InstanceBasedMethodHandler. getInstance(InjectionManager injectionManager)ResourceMethodInvoker.BuilderResourceMethodInvoker.Builder. injectionManager(InjectionManager injectionManager)Set runtime DI injection manager.Constructors in org.glassfish.jersey.server.model with parameters of type InjectionManager Constructor Description 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 InjectionManager Modifier and Type Method Description voidResourceMethodInvokerConfigurator. init(InjectionManager injectionManager, BootstrapBag bootstrapBag)voidResourceMethodInvokerConfigurator. postInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)Constructors in org.glassfish.jersey.server.model.internal with parameters of type InjectionManager Constructor Description ResourceMethodInvocationHandlerFactory(InjectionManager injectionManager) -
Uses of InjectionManager in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type InjectionManager Modifier and Type Method Description voidComponentProvider. 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.voidRequestScopedInitializer. initialize(InjectionManager injectionManager)Perform request-scoped initialization.ExternalRequestContext<T>ExternalRequestScope. open(InjectionManager injectionManager)Invoked when a new request gets started.voidExternalRequestScope. resume(ExternalRequestContext<T> c, InjectionManager injectionManager)Resume request associated with provided context.voidExternalRequestScope. 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 InjectionManager Modifier and Type Method Description WadlGeneratorWadlGeneratorConfig. createWadlGenerator(InjectionManager injectionManager)Create a new instance ofWadlGenerator, based on theWadlGeneratorDescriptions provided byWadlGeneratorConfig.configure().private static WadlGeneratorLoader.WadlGeneratorControlWadlGeneratorLoader. loadWadlGenerator(InjectionManager injectionManager, WadlGeneratorDescription wadlGeneratorDescription, WadlGenerator wadlGeneratorDelegate)(package private) static WadlGeneratorWadlGeneratorLoader. loadWadlGeneratorDescriptions(InjectionManager injectionManager, java.util.List<WadlGeneratorDescription> wadlGeneratorDescriptions)(package private) static WadlGeneratorWadlGeneratorLoader. 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 InjectionManager Modifier and Type Field Description private InjectionManagerWadlApplicationContextImpl. injectionManagerConstructors in org.glassfish.jersey.server.wadl.internal with parameters of type InjectionManager Constructor Description WadlApplicationContextImpl(InjectionManager injectionManager, javax.ws.rs.core.Configuration configuration, ExtendedResourceContext resourceContext)Injection constructor.
-