Class GsonFactory.Builder
java.lang.Object
com.google.api.client.json.gson.GsonFactory.Builder
- Enclosing class:
GsonFactory
Builder for GsonFactory.
- Since:
- 1.3
- Author:
- Yaniv Inbar
-
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.
-