@InterfaceAudience.Public public final class JsonMapper extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hbase.thirdparty.com.google.gson.Gson |
GSON |
Modifier | Constructor and Description |
---|---|
private |
JsonMapper() |
Modifier and Type | Method and Description |
---|---|
static String |
writeMapAsString(Map<String,Object> map) |
static String |
writeObjectAsString(Object object) |
private static final org.apache.hbase.thirdparty.com.google.gson.Gson GSON
private JsonMapper()
public static String writeMapAsString(Map<String,Object> map) throws IOException
IOException
public static String writeObjectAsString(Object object) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.