Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testFieldNamingPolicy
Method · 0.95
testName
Method · 0.80
testSimpleAdapter
Method · 0.80
translateName
Method · 0.80
translateName
Method · 0.80
translateName
Method · 0.80
ParameterizedTypeHandlerMap
Class · 0.80
FieldAttributes
Method · 0.80
visitArrayField
Method · 0.80
visitObjectField
Method · 0.80
visitFieldUsingCustomHandler
Method · 0.80
createDetailedException
Method · 0.80
Calls
no outgoing calls
Tested by
5
testFieldNamingPolicy
Method · 0.76
testName
Method · 0.64
testSimpleAdapter
Method · 0.64
translateName
Method · 0.64
translateName
Method · 0.64