MCPcopy
hub / github.com/google/gson / getName

Method getName

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

@return the name of the field

()

Source from the content-addressed store, hash-verified

93 * @return the name of the field
94 */
95 public String getName() {
96 return name;
97 }
98
99 /**
100 * <p>For example, assume the following class definition:

Callers 15

testFieldNamingPolicyMethod · 0.95
testNameMethod · 0.80
testSimpleAdapterMethod · 0.80
translateNameMethod · 0.80
translateNameMethod · 0.80
translateNameMethod · 0.80
FieldAttributesMethod · 0.80
visitArrayFieldMethod · 0.80
visitObjectFieldMethod · 0.80

Calls

no outgoing calls

Tested by 5

testFieldNamingPolicyMethod · 0.76
testNameMethod · 0.64
testSimpleAdapterMethod · 0.64
translateNameMethod · 0.64
translateNameMethod · 0.64