Class KotlinCoroutinesReturnTypeParser

  • All Implemented Interfaces:
    ReturnTypeParser

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

      • KotlinCoroutinesReturnTypeParser

        public KotlinCoroutinesReturnTypeParser()
    • Method Detail

      • getReturnType

        public Type getReturnType​(org.springframework.core.MethodParameter methodParameter)
        Specified by:
        getReturnType in interface ReturnTypeParser