Uses of Class
org.glassfish.jersey.model.internal.ComponentBag
-
Packages that use ComponentBag Package Description org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.process.internal Common Jersey internal processing classes. -
-
Uses of ComponentBag in org.glassfish.jersey.model.internal
Methods in org.glassfish.jersey.model.internal that return ComponentBag Modifier and Type Method Description ComponentBagComponentBag. copy()Get a copy of this component bag.ComponentBagCommonConfig. getComponentBag()Returns aComponentBaginstance associated with the configuration.ComponentBagComponentBag. immutableCopy()Get immutable copy of a component bag.static ComponentBagComponentBag. newInstance(Predicate<ContractProvider> registrationStrategy)Create new empty component bag.Methods in org.glassfish.jersey.model.internal with parameters of type ComponentBag Modifier and Type Method Description static <T> List<T>ComponentBag. getFromBinders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, ComponentBag componentBag, Function<Object,T> cast, Predicate<org.glassfish.jersey.internal.inject.Binding> filter)IfTobject is registered inComponentBagusing theBinder,Tis not visible using the methods for getting classes and instancesgetClasses(Predicate)andgetInstances(Predicate). -
Uses of ComponentBag in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal with parameters of type ComponentBag Modifier and Type Method Description protected voidAbstractExecutorProvidersConfigurator. registerExecutors(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, ComponentBag componentBag, ExecutorServiceProvider defaultAsyncExecutorProvider, ScheduledExecutorServiceProvider defaultScheduledExecutorProvider, ManagedObjectsFinalizer finalizer)Retrieves registeredExecutorServiceProviderandScheduledExecutorServiceProviderby an application and adds the default implementations of those interfaces to binds them intoInjectionManager.
-