MCPcopy
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

testStringsAndCharMethod · 0.95

Calls 2

getAsStringMethod · 0.95
charAtMethod · 0.80

Tested by 1

testStringsAndCharMethod · 0.76