public class Xml extends Json
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_DEFAULT_ROOT |
static String |
XML_ELEM_CONTENT |
| Constructor and Description |
|---|
Xml() |
| Modifier and Type | Method and Description |
|---|---|
static Bindings |
fromXml(String xml) |
static Bindings |
fromXml(String xml,
boolean withTokens) |
static String |
toXml(Object jsonValue) |
static void |
toXml(Object jsonValue,
String name,
StringBuilder target,
int indent) |
appendValue, fromJson, fromJson, getParserName, indent, listToJson, listToJson, makeStructureTypes, mergeTypes, mergeTypesNoUnion, setParserName, toJson, toJson, toJson, toJson, transformJsonObject, transformJsonObjectpublic static final String XML_DEFAULT_ROOT
public static final String XML_ELEM_CONTENT
Copyright © 2019. All rights reserved.