Class GroovyMethodInvocation

java.lang.Object
io.spring.initializr.generator.language.groovy.GroovyExpression
io.spring.initializr.generator.language.groovy.GroovyMethodInvocation

public class GroovyMethodInvocation extends GroovyExpression
An invocation of a method.
Author:
Stephane Nicoll
  • Constructor Details

    • GroovyMethodInvocation

      public GroovyMethodInvocation(String target, String name, String... arguments)
  • Method Details

    • getTarget

      public String getTarget()
    • getName

      public String getName()
    • getArguments

      public List<String> getArguments()