Class FieldGetter
java.lang.Object
org.apache.skywalking.apm.agent.test.helper.FieldGetter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tget2LevelParentFieldValue(Object instance, String fieldName) static <T> TgetParentFieldValue(Object instance, String fieldName) static <T> T
-
Constructor Details
-
FieldGetter
public FieldGetter()
-
-
Method Details
-
getValue
public static <T> T getValue(Object instance, String fieldName) throws IllegalAccessException, NoSuchFieldException -
getParentFieldValue
public static <T> T getParentFieldValue(Object instance, String fieldName) throws IllegalAccessException, NoSuchFieldException -
get2LevelParentFieldValue
public static <T> T get2LevelParentFieldValue(Object instance, String fieldName) throws IllegalAccessException, NoSuchFieldException
-