Class ClassMethodUtil
java.lang.Object
org.apache.skywalking.oal.rt.util.ClassMethodUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoGetMethod(String attribute) static StringtoGetMethod(List<String> attributes) static StringtoIsMethod(String attribute) static StringtoIsMethod(List<String> attributes) static StringtoSetMethod(String attribute)
-
Constructor Details
-
ClassMethodUtil
public ClassMethodUtil()
-
-
Method Details
-
toGetMethod
-
toSetMethod
-
toIsMethod
-
toGetMethod
- Returns:
- nested get methods.
-
toIsMethod
- Returns:
- nested get/is methods.
-