public interface PopulatorPostProcessor
Modifier and Type | Method and Description |
---|---|
DescriptorImpl |
process(ServiceLocator serviceLocator,
DescriptorImpl descriptorImpl)
This method can be used to alter the descriptor read in.
|
DescriptorImpl process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
serviceLocator
- the ServiceLocator being populated. Will not be nulldescriptorImpl
- The descriptorImpl read from some external source. This
processor can modify this descriptor fullyCopyright © 2009–2019 Oracle Corporation. All rights reserved.