Interface InvokeDynamic.InvocationProvider.ReturnTypeProvider

    • Method Detail

      • resolve

        TypeDescription resolve​(MethodDescription methodDescription)
        Resolves the return type that is requested from the bootstrap method.
        Parameters:
        methodDescription - The intercepted method.
        Returns:
        The return type that is requested from the bootstrap method.