类 ClassMethodUtil

java.lang.Object
org.apache.skywalking.oal.rt.util.ClassMethodUtil

public class ClassMethodUtil extends Object
  • 构造器详细资料

    • ClassMethodUtil

      public ClassMethodUtil()
  • 方法详细资料

    • toGetMethod

      public static String toGetMethod(String attribute)
    • toSetMethod

      public static String toSetMethod(String attribute)
    • toIsMethod

      public static String toIsMethod(String attribute)
    • toGetMethod

      public static String toGetMethod(List<String> attributes)
      返回:
      nested get methods.
    • toIsMethod

      public static String toIsMethod(List<String> attributes)
      返回:
      nested get/is methods.