Class ReflectUtil
- java.lang.Object
-
- org.dromara.email.jakarta.comm.utils.ReflectUtil
-
public class ReflectUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getObjectName(Parameter parameter)
反射获取接口对象的原类名static Map<String,String>
getValues(Parameter parameter)
将对象的属性和属性值变为map
-