public class DefaultJsonWrapper extends AbstractWrapper
| 构造器和说明 |
|---|
DefaultJsonWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
support(String format)
是否支持该格式
|
String |
wrap(Object o)
将指定对象包装为字符串
|
protected String |
wrapArray(Object o) |
protected String |
wrapBean(Object o) |
protected String |
wrapBool(Object o) |
protected String |
wrapCollection(Object o) |
protected String |
wrapDate(Object o) |
protected String |
wrapMap(Object o) |
protected String |
wrapNumber(Object o) |
protected String |
wrapObject(Object o) |
protected String |
wrapString(Object o) |
protected String quote
Copyright © 2018. All Rights Reserved.