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.
Invocation of a function with a reified type parameter.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionKotlinReifiedFunctionInvocation
(String name, String targetClass, String... arguments) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
KotlinReifiedFunctionInvocation
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
getTargetClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getArguments
Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock