MCPcopy Index your code
hub / github.com/google/gson / set

Method set

src/main/java/com/google/gson/FieldAttributes.java:192–194  ·  view source on GitHub ↗

This is exposed internally only for the removing synthetic fields from the JSON output. @throws IllegalAccessException @throws IllegalArgumentException

(Object instance, Object value)

Source from the content-addressed store, hash-verified

190 * @throws IllegalArgumentException
191 */
192 void set(Object instance, Object value) throws IllegalAccessException {
193 field.set(instance, value);
194 }
195
196 /**
197 * This is exposed internally only for the removing synthetic fields from the JSON output.

Callers 7

runMethod · 0.80
visitObjectFieldMethod · 0.80
visitArrayFieldMethod · 0.80
visitArrayMethod · 0.80
replaceTopMethod · 0.80
replaceTopMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64