Class ApplicationClassLoadingPostProcessor

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PopulatorPostProcessor, org.glassfish.hk2.bootstrap.PopulatorPostProcessor

    public class ApplicationClassLoadingPostProcessor
    extends Object
    implements org.glassfish.hk2.bootstrap.PopulatorPostProcessor
    If there has been no other PopulatorPostProcessor that has set the descriptors HK2Loader then this one will set it to an appropriate loader for the application, using the application classloader
    Author:
    jwells
    • Method Detail

      • process

        public org.glassfish.hk2.utilities.DescriptorImpl process​(org.glassfish.hk2.api.ServiceLocator serviceLocator,
                                                                  org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
        Specified by:
        process in interface org.glassfish.hk2.api.PopulatorPostProcessor