Class KotlinReifiedFunctionInvocation

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

@Deprecated(since="0.20.0", forRemoval=true) public class KotlinReifiedFunctionInvocation extends KotlinExpression
Deprecated, for removal: This API element is subject to removal in a future version.
since 0.20.0 in favor of CodeBlock
Invocation of a function with a reified type parameter.
Author:
Stephane Nicoll
  • Constructor Details

    • KotlinReifiedFunctionInvocation

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

    • getName

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

      public String getTargetClass()
      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.