Package org.apache.hadoop.hbase.util
Class GsonUtil
java.lang.Object
org.apache.hadoop.hbase.util.GsonUtil
Helper class for gson.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hbase.thirdparty.com.google.gson.GsonBuilder
Create a builder which is used to create a Gson instance.static org.apache.hbase.thirdparty.com.google.gson.GsonBuilder
-
Constructor Details
-
GsonUtil
private GsonUtil()
-
-
Method Details
-
createGson
Create a builder which is used to create a Gson instance. Will set some common configs for the builder. -
createGsonWithDisableHtmlEscaping
public static org.apache.hbase.thirdparty.com.google.gson.GsonBuilder createGsonWithDisableHtmlEscaping()
-