| 构造器和说明 |
|---|
JsonWrapperNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
compactString()
Produces a json string in a compact format.
|
JsonNode |
getJsonNode() |
String |
prettyString(int indentation)
Produces a json string with indentations.
|
void |
setJsonNode(JsonNode jsonNode) |
public JsonNode getJsonNode()
public void setJsonNode(JsonNode jsonNode)
public String compactString()
JsonNodecompactString 在接口中 JsonNodepublic String prettyString(int indentation)
JsonNodeprettyString 在接口中 JsonNodeindentation - the amount of indentationsCopyright © 2019. All rights reserved.