Package org.grails.cli.compiler
Class GrailsBomAstTransformation
- java.lang.Object
-
- org.grails.cli.compiler.GenericBomAstTransformation
-
- org.grails.cli.compiler.GrailsBomAstTransformation
-
- All Implemented Interfaces:
org.codehaus.groovy.transform.ASTTransformation,SpringBootAstTransformation,org.springframework.core.Ordered
public class GrailsBomAstTransformation extends GenericBomAstTransformation
CompilerAutoConfigurationfor the Grails BOM.- Since:
- 2022.1.0
-
-
Constructor Summary
Constructors Constructor Description GrailsBomAstTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetBomModule()The bom to be added to dependency management in compact form:"<groupId>:<artifactId>:<version>"(like in a@Grab).intgetOrder()-
Methods inherited from class org.grails.cli.compiler.GenericBomAstTransformation
visit
-
-
-
-
Method Detail
-
getBomModule
protected java.lang.String getBomModule()
Description copied from class:GenericBomAstTransformationThe bom to be added to dependency management in compact form:"<groupId>:<artifactId>:<version>"(like in a@Grab).- Specified by:
getBomModulein classGenericBomAstTransformation- Returns:
- the maven co-ordinates of the BOM to add
-
getOrder
public int getOrder()
-
-