Package org.jvnet.hk2.osgiadapter
Class OsgiPopulatorPostProcessor
java.lang.Object
org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
- All Implemented Interfaces:
org.glassfish.hk2.api.PopulatorPostProcessor
public class OsgiPopulatorPostProcessor
extends Object
implements org.glassfish.hk2.api.PopulatorPostProcessor
A PopulatorPostProcessor that sets the HK2Loader prior to binding a descriptor
- Author:
- mason.taube@oracle.com
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.glassfish.hk2.utilities.DescriptorImplprocess(org.glassfish.hk2.api.ServiceLocator serviceLocator, org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
-
Field Details
-
BUNDLE_VERSION
- See Also:
-
BUNDLE_SYMBOLIC_NAME
- See Also:
-
-
Method Details
-
process
public org.glassfish.hk2.utilities.DescriptorImpl process(org.glassfish.hk2.api.ServiceLocator serviceLocator, org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl) - Specified by:
processin interfaceorg.glassfish.hk2.api.PopulatorPostProcessor
-