我目前有一个领域被投射到反对。我需要检查该字段是否是枚举类型,如果是,我想获取当前设置值的名称。任何想法,将不胜感激。
If(field is an enum){
get the value of the field
}
我现在在哪里
if (field.getClass().isEnum()){
String enumValue = //here i need to cast the field to enum and do something like field.name()
}
慕尼黑8549860
梦里花落0921
相关分类