Uses of Interface
org.glassfish.hk2.api.Populator
-
Packages that use Populator Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of Populator in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return Populator Modifier and Type Method Description PopulatorDynamicConfigurationService. getPopulator()Returns a populator for this service locator that can be used to automatically read in hk2 inhabitant files (or some other external source) -
Uses of Populator in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement Populator Modifier and Type Class Description classPopulatorImplImplementation of the Populator for DynamicConfigurationServiceFields in org.jvnet.hk2.internal declared as Populator Modifier and Type Field Description private PopulatorDynamicConfigurationServiceImpl. populatorMethods in org.jvnet.hk2.internal that return Populator Modifier and Type Method Description PopulatorDynamicConfigurationServiceImpl. getPopulator()
-