@ConsumerType
public interface PostProcessHandler
FeatureBuilder via
BuilderContext.addPostProcessExtensions(PostProcessHandler...). Once
all extensions are merged, all post processor handlers are called for each
extension in the target feature.| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(HandlerContext context,
Feature feature,
Extension extension)
Post process the feature with respect to the extension.
|
void postProcess(HandlerContext context, Feature feature, Extension extension)
context - Context for the handlerfeature - The featureextension - The extensionIllegalStateException - If post processing failedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.