public class PcStringUtils extends Object
| Constructor and Description |
|---|
PcStringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAggregatedResultHuman(Map<String,LinkedHashSet<String>> aggregateResultMap)
Get the aggregated result human readable string for easy display.
|
static String |
printStackTrace(Throwable t)
Prints the stack trace.
|
static String |
renderJson(Object o)
Render json.
|
static String |
strMapToStr(Map<String,String> map)
Str map to str.
|
public static String printStackTrace(Throwable t)
t - the throwablepublic static String strMapToStr(Map<String,String> map)
map - the mappublic static String getAggregatedResultHuman(Map<String,LinkedHashSet<String>> aggregateResultMap)
aggregateResultMap - the aggregate result mapCopyright © 2015–2017 eBay. All rights reserved.