Package org.springdoc.kotlin
Class KotlinCoroutinesReturnTypeParser
- java.lang.Object
-
- org.springdoc.kotlin.KotlinCoroutinesReturnTypeParser
-
- All Implemented Interfaces:
ReturnTypeParser
public class KotlinCoroutinesReturnTypeParser extends Object implements ReturnTypeParser
The type Kotlin coroutines return type parser.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description KotlinCoroutinesReturnTypeParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetReturnType(org.springframework.core.MethodParameter methodParameter)
-
-
-
Method Detail
-
getReturnType
public Type getReturnType(org.springframework.core.MethodParameter methodParameter)
- Specified by:
getReturnTypein interfaceReturnTypeParser
-
-