Interface InvokeDynamic.InvocationProvider.ReturnTypeProvider

All Known Implementing Classes:
InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType, InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod
Enclosing interface:
InvokeDynamic.InvocationProvider

public static interface InvokeDynamic.InvocationProvider.ReturnTypeProvider
Provides the return type that is requested from the bootstrap method.
  • Method Details

    • 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.