public class AddBundleOverridesStage extends Object implements TransformStage
| Constructor and Description |
|---|
AddBundleOverridesStage() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TransformContext context)
Transforms the jar by operating on the context
Any transformation stage that generates Spring beans must ensure no collision of bean ids or names or aliases
by calling
TransformContext.trackBean(String, String) whenever a new bean id or name or alias is created. |
public void execute(TransformContext context)
TransformStageTransformContext.trackBean(String, String) whenever a new bean id or name or alias is created.
Note: A transformation stage cannot retain any state as it is reused for all the plugins.execute in interface TransformStagecontext - The transform context to operate onCopyright © 2021 Atlassian. All rights reserved.