Class KotlinFunctionInvocation

java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinExpression
io.spring.initializr.generator.language.kotlin.KotlinFunctionInvocation

@Deprecated(since="0.20.0", forRemoval=true) public class KotlinFunctionInvocation extends KotlinExpression
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 function.
Author:
Stephane Nicoll
  • Constructor Details

    • KotlinFunctionInvocation

      public KotlinFunctionInvocation(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.