public interface JsonParser
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
get Name
|
<T> T |
parse(String json,
Class<T> type,
boolean ignoreAutoType)
parse json string to Object
|
String |
toJsonString(Object o,
boolean prettyPrint)
Object to Json string
|
String |
toJsonString(Object o,
boolean ignoreAutoType,
boolean prettyPrint)
Object to Json string
|
String getName()
String toJsonString(Object o, boolean prettyPrint)
o - prettyPrint - String toJsonString(Object o, boolean ignoreAutoType, boolean prettyPrint)
o - ignoreAutoType - prettyPrint - Copyright © 2022 Seata. All rights reserved.