Is it possible to obtain the generic type of an interface?

前端 未结 0 1977
失恋的感觉
失恋的感觉 2021-01-06 10:22

Given the interface:

interface GenericInterface {
  Class getGenericType();
}

and the following implementation "skelet

相关标签:
回答
  • 消灭零回复
提交回复
热议问题