public class ComponentSpringStage extends Object implements TransformStage
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_SOURCE |
| Constructor and Description |
|---|
ComponentSpringStage() |
| 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 static final String BEAN_SOURCE
public void execute(TransformContext context) throws PluginTransformationException
TransformStageTransformContext.trackBean(String, String) whenever a new bean id or name or alias is created.execute in interface TransformStagecontext - The transform context to operate onPluginTransformationException - If the stage cannot be performed and the whole operation should be abortedCopyright © 2014 Atlassian. All rights reserved.