Package com.google.api.client.json.gson
Class GsonFactory.Builder
java.lang.Object
com.google.api.client.json.gson.GsonFactory.Builder
- Enclosing class:
GsonFactory
Builder for GsonFactory.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds GsonFactory instance.setReadLeniency(boolean readLeniency) Set totruewhen you want to the JSON parser to be lenient to reading JSON value.
-
Method Details
-
setReadLeniency
Set totruewhen you want to the JSON parser to be lenient to reading JSON value. By default, it isfalse. -
build
Builds GsonFactory instance.
-