Class ClassMethodUtil

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

public class ClassMethodUtil extends Object
  • Constructor Details

    • ClassMethodUtil

      public ClassMethodUtil()
  • Method Details

    • 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)
      Returns:
      nested get methods.
    • toIsMethod

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