我想知道如何将对象转换为 MethodSymbol.returnType 的结果
就像是 :
runtimeMirror(getClass.getClassLoader).reflect(myObject).reflectMethod(myMethodSymbol).apply().asInstanceOf[myMethodSymbol.returnType.typeSymbol]
我想知道如何将对象转换为 MethodSymbol.returnType 的结果
就像是 :
runtimeMirror(getClass.getClassLoader).reflect(myObject).reflectMethod(myMethodSymbol).apply().asInstanceOf[myMethodSymbol.returnType.typeSymbol]