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