public static final class GsonFactory.BuilderBuilder for GsonFactory.
Methods
build()
public GsonFactory build()Builds GsonFactory instance.
| Returns | |
|---|---|
| Type | Description |
GsonFactory |
|
setReadLeniency(boolean readLeniency)
public GsonFactory.Builder setReadLeniency(boolean readLeniency)Set to true when you want to the JSON parser to be lenient to reading JSON value. By
default, it is false.
| Parameter | |
|---|---|
| Name | Description |
readLeniency |
boolean |
| Returns | |
|---|---|
| Type | Description |
GsonFactory.Builder |
|