Method and 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.reflect.TypeToken.isAssignableFrom(Class<?>)
this implementation may be inconsistent with javac for types
with wildcards.
|
com.google.gson.reflect.TypeToken.isAssignableFrom(Type)
this implementation may be inconsistent with javac for types
with wildcards.
|
com.google.gson.reflect.TypeToken.isAssignableFrom(TypeToken<?>)
this implementation may be inconsistent with javac for types
with wildcards.
|
com.google.gson.JsonParser.parse(JsonReader) |
com.google.gson.JsonParser.parse(Reader) |
com.google.gson.JsonParser.parse(String) |
Constructor and Description |
---|
com.google.gson.JsonNull() |
com.google.gson.JsonParser()
No need to instantiate this class, use the static methods instead.
|
Copyright © 2020. All rights reserved.