MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / setFieldValue

Method setFieldValue

src/test/java/CC/CC4Test.java:97–100  ·  view source on GitHub ↗
(final Object obj, final String fieldName, final Object value)

Source from the content-addressed store, hash-verified

95 }
96
97 public static void setFieldValue(final Object obj, final String fieldName, final Object value) throws Exception {
98 final Field field = getField(obj.getClass(), fieldName);
99 field.set(obj, value);
100 }
101
102 public static Field getField(final Class<?> clazz, final String fieldName) {
103 Field field = null;

Callers 1

mainMethod · 0.95

Calls 2

getFieldMethod · 0.95
getClassMethod · 0.80

Tested by

no test coverage detected