Class KotlinExecutableMethodUtils
java.lang.Object
io.micronaut.inject.beans.KotlinExecutableMethodUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanKotlinsuspendfunction return type check.
-
Constructor Details
-
KotlinExecutableMethodUtils
public KotlinExecutableMethodUtils()
-
-
Method Details
-
isKotlinFunctionReturnTypeUnit
Kotlinsuspendfunction return type check.- Parameters:
method- method to be checked- Returns:
- True if given
suspendfunction's return type isUnit.
-