MCPcopy Create free account
hub / github.com/apache/thrift / getFieldValue

Method getFieldValue

lib/java/src/main/java/org/apache/thrift/TBase.java:51–51  ·  view source on GitHub ↗

Get a field's value by field variable. Primitive types will be wrapped in the appropriate "boxed" types. @param field the field whose value is requested. @return the value of the requested field.

(F field)

Source from the content-addressed store, hash-verified

49 * @return the value of the requested field.
50 */
51 Object getFieldValue(F field);
52
53 /**
54 * Set a field's value by field variable. Primitive types must be "boxed" in the appropriate

Callers 6

areEqualMethod · 0.95
testBasicMethod · 0.65
testSkipMethod · 0.65
getFieldValueMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65

Calls

no outgoing calls

Tested by 3

testBasicMethod · 0.52
testSkipMethod · 0.52
getFieldValueMethod · 0.52