Uses of Interface
org.glassfish.hk2.api.PopulatorPostProcessor
Packages that use PopulatorPostProcessor
-
Uses of PopulatorPostProcessor in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type PopulatorPostProcessorModifier and TypeMethodDescriptionList<ActiveDescriptor<?>>Populator.populate(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors) This method can be used to populate the service locator with files that have been written out using theDescriptorImplwriteObject method. -
Uses of PopulatorPostProcessor in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement PopulatorPostProcessorModifier and TypeClassDescriptionclassThis is aPopulatorPostProcessorthat adds anHK2Loaderbased on a ClassLoader.classThis post-processor removes duplicate descriptors from the set of descriptors being added to the service registry.