-
Methods Method Description com.google.gson.JsonElement.getAsCharacter() This method is misleading, as it does not get this element as a char but rather as a string's first character.com.google.gson.JsonParser.parse(String) com.google.gson.reflect.TypeToken.isAssignableFrom(Class<?>) this implementation may be inconsistent with javac for types with wildcards.
-
Constructors Constructor Description com.google.gson.JsonNull() com.google.gson.JsonParser() No need to instantiate this class, use the static methods instead.