Uses of Interface
org.glassfish.hk2.api.DynamicConfigurationService
-
Packages that use DynamicConfigurationService Package Description org.glassfish.hk2.configuration.internal org.jvnet.hk2.internal org.jvnet.hk2.testing.junit.internal -
-
Uses of DynamicConfigurationService in org.glassfish.hk2.configuration.internal
Fields in org.glassfish.hk2.configuration.internal declared as DynamicConfigurationService Modifier and Type Field Description private DynamicConfigurationServiceConfigurationListener. configurationService -
Uses of DynamicConfigurationService in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement DynamicConfigurationService Modifier and Type Class Description classDynamicConfigurationServiceImplFields in org.jvnet.hk2.internal declared as DynamicConfigurationService Modifier and Type Field Description private DynamicConfigurationServicePopulatorImpl. dcsConstructors in org.jvnet.hk2.internal with parameters of type DynamicConfigurationService Constructor Description PopulatorImpl(ServiceLocator serviceLocator, DynamicConfigurationService dcs) -
Uses of DynamicConfigurationService in org.jvnet.hk2.testing.junit.internal
Fields in org.jvnet.hk2.testing.junit.internal declared as DynamicConfigurationService Modifier and Type Field Description private DynamicConfigurationServiceJustInTimeInjectionResolverImpl. dcs
-