Class GroovyMethodInvocation

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

@Deprecated(since="0.20.0", forRemoval=true) public class GroovyMethodInvocation extends GroovyExpression
Deprecated, for removal: This API element is subject to removal in a future version.
since 0.20.0 in favor of CodeBlock
An invocation of a method.
Author:
Stephane Nicoll
  • Constructor Details

    • GroovyMethodInvocation

      public GroovyMethodInvocation(String target, String name, String... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTarget

      public String getTarget()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getArguments

      public List<String> getArguments()
      Deprecated, for removal: This API element is subject to removal in a future version.