public class GsonContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
proguard.classfile.ClassPool |
gsonDomainClassPool |
GsonRuntimeSettings |
gsonRuntimeSettings |
| Constructor and Description |
|---|
GsonContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
setupFor(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool,
proguard.classfile.util.WarningPrinter warningPrinter)
Sets up the Gson context for the given program class pool.
|
public proguard.classfile.ClassPool gsonDomainClassPool
public GsonRuntimeSettings gsonRuntimeSettings
public void setupFor(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool,
proguard.classfile.util.WarningPrinter warningPrinter)
programClassPool - the program class poollibraryClassPool - the library class poolwarningPrinter - the optional warning printer to which notes
can be printed.