public class Hk2LoaderPopulatorPostProcessor extends Object implements org.glassfish.hk2.api.PopulatorPostProcessor
| Constructor and Description |
|---|
Hk2LoaderPopulatorPostProcessor() |
Hk2LoaderPopulatorPostProcessor(ClassLoader classLoader)
Creates the post-processor to use the given classloader
|
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.hk2.utilities.DescriptorImpl |
process(org.glassfish.hk2.api.ServiceLocator serviceLocator,
org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
Uses the given classloader to load the class from the descriptor
|
public Hk2LoaderPopulatorPostProcessor(ClassLoader classLoader)
classLoader - The classloader to use, may not be nullpublic Hk2LoaderPopulatorPostProcessor()
public org.glassfish.hk2.utilities.DescriptorImpl process(org.glassfish.hk2.api.ServiceLocator serviceLocator,
org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
process in interface org.glassfish.hk2.api.PopulatorPostProcessorCopyright © 2009-2015 Oracle Corporation. All Rights Reserved.