Uses of Interface
org.glassfish.hk2.api.DynamicConfiguration
Packages that use DynamicConfiguration
Package
Description
-
Uses of DynamicConfiguration in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return DynamicConfigurationModifier and TypeMethodDescriptionDynamicConfigurationService.createDynamicConfiguration()Creates a dynamic configuration that can be used to add or remove values to the system -
Uses of DynamicConfiguration in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement DynamicConfigurationModifier and TypeClassDescriptionclassThis module can be used to enable exceptions to be thrown from getService API when a descriptor throws an exception during reification or other errors.classThis module can be used to enable theImmediatescope feature.classThis module can be used to enable theInheritableThreadscope feature.classThis module can be used to enable thePerThreadscope feature.Methods in org.glassfish.hk2.utilities that return DynamicConfigurationModifier and TypeMethodDescriptionstatic DynamicConfigurationServiceLocatorUtilities.createDynamicConfiguration(ServiceLocator locator) This method returns aDynamicConfigurationfor use with adding and removing services to the givenServiceLocator.Methods in org.glassfish.hk2.utilities with parameters of type DynamicConfigurationModifier and TypeMethodDescriptionvoidBinder.bind(DynamicConfiguration config) This method will be called by theServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...)method for each binder given. -
Uses of DynamicConfiguration in org.glassfish.hk2.utilities.binding
Classes in org.glassfish.hk2.utilities.binding that implement DynamicConfigurationModifier and TypeClassDescriptionclassSkeleton implementation of injection binder with convenience methods for binding definitions.Methods in org.glassfish.hk2.utilities.binding with parameters of type DynamicConfigurationModifier and TypeMethodDescriptionstatic voidBindingBuilderFactory.addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration) Add a binding represented by the binding builder to the HK2 dynamic configuration.static voidBindingBuilderFactory.addBinding(BindingBuilder<?> builder, DynamicConfiguration configuration, HK2Loader defaultLoader) Add a binding represented by the binding builder to the HK2 dynamic configuration.voidAbstractBinder.bind(DynamicConfiguration configuration)