public class DefaultJsonWrapper extends AbstractWrapper
| 构造器和说明 |
|---|
DefaultJsonWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
buildString(StringBuilder s,
String prefix,
String suffix) |
boolean |
support(String format)
是否支持该格式
|
String |
wrap(Object o)
将指定对象包装为字符串
|
protected String |
wrapArray(Object o) |
protected String |
wrapBool(Object o) |
protected String |
wrapByteArray(Object o) |
protected String |
wrapCollection(Object o) |
protected String |
wrapDate(Object o) |
protected String |
wrapDoubleArray(Object o) |
protected String |
wrapEnumeration(Object o) |
protected String |
wrapFloatArray(Object o) |
protected String |
wrapIntArray(Object o) |
protected String |
wrapLongArray(Object o) |
protected String |
wrapMap(Object o) |
protected String |
wrapNumber(Object o) |
protected String |
wrapObject(Object o) |
protected String |
wrapShortArray(Object o) |
protected String |
wrapString(Object o) |
protected String quote
protected String buildString(StringBuilder s, String prefix, String suffix)
Copyright © 2023. All Rights Reserved.