Uses of Class
com.google.api.client.json.gson.GsonFactory.Builder
-
Packages that use GsonFactory.Builder Package Description com.google.api.client.json.gson Low-level implementation of the GSON parser library based on the GSON JSON library. -
-
Uses of GsonFactory.Builder in com.google.api.client.json.gson
Methods in com.google.api.client.json.gson that return GsonFactory.Builder Modifier and Type Method Description static GsonFactory.Builder
GsonFactory. builder()
Returns the builder *GsonFactory.Builder
GsonFactory.Builder. setReadLeniency(boolean readLeniency)
Set totrue
when you want to the JSON parser to be lenient to reading JSON value.Constructors in com.google.api.client.json.gson with parameters of type GsonFactory.Builder Constructor Description GsonFactory(GsonFactory.Builder builder)
-