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

Method fieldForId

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

Get the F instance that corresponds to fieldId. @param fieldId the ID of the requested field. @return F instance that corresponds to fieldId.

(int fieldId)

Source from the content-addressed store, hash-verified

32 * @return F instance that corresponds to fieldId.
33 */
34 F fieldForId(int fieldId);
35
36 /**
37 * Check if a field is currently set or unset.

Callers 2

getFieldValueMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 2

getFieldValueMethod · 0.64
mainMethod · 0.64