Class FieldSetter
java.lang.Object
org.apache.skywalking.apm.agent.test.helper.FieldSetter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldSetter
public FieldSetter()
-
-
Method Details
-
setValue
public static <T> void setValue(Object instance, String fieldName, T value) throws IllegalAccessException, NoSuchFieldException -
setStaticValue
public static <T> void setStaticValue(Class instance, String fieldName, T value) throws IllegalAccessException, NoSuchFieldException
-