Class KotlinCoroutinesReturnTypeParser

java.lang.Object
org.springdoc.core.parsers.KotlinCoroutinesReturnTypeParser
All Implemented Interfaces:
ReturnTypeParser

public class KotlinCoroutinesReturnTypeParser extends Object implements ReturnTypeParser
The type Kotlin coroutines return type parser.
Author:
bnasslahsen
  • Constructor Details

    • KotlinCoroutinesReturnTypeParser

      public KotlinCoroutinesReturnTypeParser()
  • Method Details

    • getReturnType

      public Type getReturnType(org.springframework.core.MethodParameter methodParameter)
      Description copied from interface: ReturnTypeParser
      Gets return type.
      Specified by:
      getReturnType in interface ReturnTypeParser
      Parameters:
      methodParameter - the method parameter
      Returns:
      the return type