public abstract class

GsonFactory

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.GsonFactory

Summary

Fields
private static final Gson gson
private static final Gson raw
Public Constructors
GsonFactory()
Public Methods
static Gson getGson()
static Gson getRawInstance()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final Gson gson

private static final Gson raw

Public Constructors

public GsonFactory ()

Public Methods

public static Gson getGson ()

public static Gson getRawInstance ()

Returns
  • a raw instance of gson deserealizer without type adapters but including other configs such as null serialization preferences, etc