How to check if java.lang.reflect.Type is an Enum

后端 未结 4 1103
醉话见心
醉话见心 2020-12-30 23:16

I want to check whether a java.lang.reflect.Type instance represents an Emum object or not.

I can check whether it\'s an instance of a specific class us

4条回答
提交回复
热议问题