Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ getAsCharacter
Method
getAsCharacter
src/main/java/com/google/gson/JsonPrimitive.java:276–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
@Override
277
public
char getAsCharacter() {
278
return
getAsString().charAt(0);
279
}
280
281
/**
282
* convenience method to get this element as an Object.
Callers
1
testStringsAndChar
Method · 0.95
Calls
2
getAsString
Method · 0.95
charAt
Method · 0.80
Tested by
1
testStringsAndChar
Method · 0.76