类 ReflectUtils

java.lang.Object
com.alibaba.nacos.common.utils.ReflectUtils

public class ReflectUtils extends Object
reflect utils.
版本:
$Id: ReflectUtils.java, v 0.1 2020年08月20日 12:57 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • ReflectUtils

      public ReflectUtils()
  • 方法详细资料

    • getFieldValue

      public static Object getFieldValue(Object obj, String fieldName)
      get filed value of obj.
      参数:
      obj - obj.
      fieldName - file name to get value.
      返回:
    • getFieldValue

      public static Object getFieldValue(Object obj, String fieldName, Object defaultValue)
      get filed value of obj.
      参数:
      obj - obj.
      fieldName - file name to get value.
      返回: