Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.utilities |
Modifier and Type | Method and Description |
---|---|
List<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 the
DescriptorImpl writeObject method. |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderPostProcessor
This is a
PopulatorPostProcessor that adds an HK2Loader
based on a ClassLoader. |
class |
DuplicatePostProcessor
This post-processor removes duplicate descriptors from the
set of descriptors being added to the service registry.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.