@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
IOExceptionpublic static String writeObjectAsString(Object object) throws IOException
IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.