Class GrailsBomAstTransformation

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBomModule()
      The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
      int getOrder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrailsBomAstTransformation

        public GrailsBomAstTransformation()
    • Method Detail

      • getBomModule

        protected java.lang.String getBomModule()
        Description copied from class: GenericBomAstTransformation
        The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
        Specified by:
        getBomModule in class GenericBomAstTransformation
        Returns:
        the maven co-ordinates of the BOM to add
      • getOrder

        public int getOrder()